This is a backend application for a job portal to be used for capstone projects in IA Labs Boot Camp porgrams.
Please use the following commands to run it in your system
- Clone this repo in your system
- Run the command
npm i
- Run the command
npm start
- Go to http://localhost:1337/documentation to view api documentation
- Access the api using http://localhost:1337/api
- Admin portal is at http://localhost:1337/admin where you can login using below credentials
username: [email protected]
password: Hello@123