Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 1.8 KB

README.MD

File metadata and controls

57 lines (38 loc) · 1.8 KB

Project Name: InterviewMate Api

Developed a REST API that enables individuals to track their job applications. Live demo here.

Table of Contents

General Information

  • 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.

Technologies & Tools Used

  • Express.js, MongoDB, Mongoose
  • Postman, API Matic, Swagger UI

Screenshots

Example screenshot

Setup

  1. Run npm install && npm start
  2. Create .env file and add you mongoDB atlus credentials with database name. (name of env variable that i have used: MONGO_URI)
  3. Add secret key for generating Jsonwentoken name of env variable that i have used: JWT_SECRET)
  4. Add token expiry period (name of env variable that i have used: JWT_LIFETIME)

Usage

  1. Register/Login on the given link: here.
  2. Now you will see an token in Response section
  3. Copy that token and click on Authorize (on the top right hand corner)
  4. Paste token and click Authorize.
  5. Now you can use jobs section.

write-your-code-here

Project Status

Completed

Room for Improvement

  1. To improve UI of langing page here.