Skip to content

faizan14/jobs-management

Repository files navigation

Jobs Management

This project was generated with Angular CLI version 8.3.6. The application can be used to list down the job postings based on an initial search based on the status of the position and the job title. The table will list the openings with the first row selected by default and the candidates who have applied for the position. Further selection of the candidate from the 2nd table will render a new table with the list of the interview process(s) details for the selected candidate.

Development server

Run npm start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Mock-Json server

Run json-server --watch src/db.json. The mockup json file will be hosted on http://localhost:3000. The server will automatically reload if you make changes to the db.json file.

Code scaffolding

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.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

Future Enhancements

  • Pagination for a large amount of data.
  • Table GUI can be improved

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published