Lam Nguyen
April 07, 2023
• 1 min read
0
Jobify Project a MERN job tracking application
A mini project that applied MERN stack — MongoDB, ExpressJS, ReactJS, and NodeJS
Jobify
Track Your Job Search
- A mini project that applied MERN stack - MongoDB, ExpressJS, ReactJS, and NodeJS
- An application that allows users to organize their job hunting process professionally and efficiently
Deployment:
- Live now at https://mern-jobify-dev.onrender.com/landing
Tech Stack
Frontend:
- ReactJS
- Styled Component
- Axios: sending requests
- React Router
- Recharts: for graph and chart
- React Icons: react-icons
Backend:
- NodeJS
- ExpressJS
- MongoDB
- Mongoose
Other resources:
- Nodemon: automatically run server and client
- dotenv: config env secrets
- bcrypt: hashed password and handle authorization
- JWT - json web token: authentication and authorization
- validator: validation models
- express-async-errors
- express-mongo-sanitize
- xss-clean
- express-rate-limit