Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.26 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.26 KB

Project Name: InterviewMate

Developed a MERN application that enables individuals to track their job applications. Live demo here.

Table of Contents

General Information

  • 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, React.js
  • Postman, HTML, Css, jwt, Context-api, UseReducer

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)

write-your-code-here

Project Status

Completed