Welcome to my first full-stack containerized project using MERN and Docker.
Job Application Tracker is a project which includes features for an individual to track there job applications with status and timeline functionalities.
The main intension of building this project is to understand MongoDB, React and ExpressJS establishment and how they work together. Later I integrated it with Docker and a PowerShell script.
In this project some features related to job-application-tracking are present:
- Auth - Login/Register using JWT
- Job application tracker management system and timeline support.
- Resume upload support for each job application.
- CRUD operations related to job queries.
- Resposive layout
- Dockerised infrastructure with volume persistence
There are particularly 2 different ways to use/monitor my project:
- Via Github ~ Use this only when you have complete docker setup in your local system and you want to build this project via yourself. (directly run
.\start.ps1for Windows) - Via Docker ~ Use this if you want to work with images. (run
docker-compose up -d)
This project is under CipherSchools