Job tracking system for anyone to post, edit, delete, and search for jobs opportunities based on location.
Site URL / Demo »
job-finder-prod.herokuapp.com
This is my first created full stack application from scratch using MongoDB, Express, React and Node.js.
Features
- Complete CRUD functionality
- Store credentials data into Environment files
- Setup MongoDB database in the cloud (Atlas)
- Reactjs with styled-components
- Setup routing using React Router 6
- Create a global context using createContext and utilize useContext hook
- Use ES6 Modules on the back-end
- Test in POSTMAN
- Utilize "express-async-errors" package
- Validate Email & Hash passwords
- Implement JWT for authentication and authorization
- Deploy MERN application to Heroku