Developed a REST API that enables individuals to track their job applications. Live demo here.
- It is a API of the web version of InterviewMate application.
- It help user to keep track of their job application with relevent status.
- User can perform any CURD operation on jobs.
- Express.js, MongoDB, Mongoose
- Postman, API Matic, Swagger UI
- Run npm install && npm start
- Create .env file and add you mongoDB atlus credentials with database name. (name of env variable that i have used: MONGO_URI)
- Add secret key for generating Jsonwentoken name of env variable that i have used: JWT_SECRET)
- Add token expiry period (name of env variable that i have used: JWT_LIFETIME)
- Register/Login on the given link: here.
- Now you will see an token in Response section
- Copy that token and click on Authorize (on the top right hand corner)
- Paste token and click Authorize.
- Now you can use jobs section.
write-your-code-here
Completed
- To improve UI of langing page here.