The back-end for JobFinder. Front-end can be found here(https://github.com/nbagonoc/jobFinder-frontend).
Just a screenshot of the backend REST API via postman
- Applicant
- Manage applicant profile
- Create / Update about
- Create / Update / delete education
- Create / Update / delete experience
- Create / Update / delete skills
- View job postings
- Apply job posting
- View job applications and status
- Manage applicant profile
- Recruiter
- Manage recruiter profile
- Create / Update about
- Manage job posting
- View job postings
- Post job
- Update job
- Delete job
- Close job
- Manage job applicants
- View job applicants
- View applicant profile
- Deny applicant
- Whitelist applicant
- Approve applicant
- Manage recruiter profile
- General
- Sign-up
- Sign-in
-
Setup .env file (follow env.example file)
-
Download dependencies:
npm install
- Serve by running:
npm run dev
- Create factory and seeder
TODO: Add screenshots to diagrams
