https://drive.google.com/drive/folders/13UDU8QH6DV63Gm1uEmWqm5k6CUlgSR1H?usp=sharing
Develop a job-hunting application for students.
This project revolves around building an application in which students can essentially find a job and employers can hire students. The main features of the application are students apply to postings (1) and update their portfolio (2), while employers upload job postings (3) and review applications from students (4).
~ Ann-Marie Czuboka (GitHub: amczuboka) Developer
~ Isabelle Czuboka (GitHub: IsabelleCzuboka) Developer
~ Guillaume Lachapelle (GitHub: Guillaume-Lachapelle) Project Manager & Developer
~ Jonathan Miller(GitHub: MillerSty) Developer
~ Karina Sanchez-Duran (GitHub: KarinaSandur) Developer
~ Olivier Vilney (GitHub: Holyvert) Technical Lead (Front-End) & Developer
Languages:
~Front-End: TypeScript, HTML, SCSS
~Back-End: Firebase Service
Frameworks: Angular, Bootstrap
Environment: Node.js
IDE: Visual Studio Code
Static Code Analysis: Sonarqube
This project was generated with Angular CLI version 15.1.2.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To run all the cypress tests in terminal, run the command ng s
, then open another terminal and run npm run cypress:run
. Around 1 minute per test.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.