https://github.com/saphal1998/hiring-portal
A Demo API for a testing application
https://github.com/saphal1998/hiring-portal
nodejs nodejs-api rest-api restful-api
Last synced: 3 months ago
JSON representation
A Demo API for a testing application
- Host: GitHub
- URL: https://github.com/saphal1998/hiring-portal
- Owner: saphal1998
- Created: 2020-04-09T21:24:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-11T10:13:10.000Z (about 4 years ago)
- Last Synced: 2025-01-21T08:14:30.647Z (5 months ago)
- Topics: nodejs, nodejs-api, rest-api, restful-api
- Language: JavaScript
- Size: 396 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# REST API for tests
We adopt the MVC pattern and seperate out our files into routers, controllers, and models.
## Authentication Scheme
1. Candidate Authentication
2. Company Authentication
3. Admin Authentication (IN PROGRESS)## Entities
1. Candidate - The person who is using the portal
2. Company - The company that use our portal for hiring purposes
3. Jobs - The jobs that candidates apply for that are created by the companies
4. Admins - Company Admins who can control certain aspects of the test, eg. Making the standard question bank (IN PROGRESS)## Endpoints
Check the routers for each entity in an appropriately named files in the routers folder