Developed a MERN application that enables individuals to track their job applications. Live demo here.
- 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, React.js
- Postman, HTML, Css, jwt, Context-api, UseReducer
- 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)
write-your-code-here
Completed