Introducing Applipath, a comprehensive MERN (MongoDB, Express.js, React, Node.js) application designed to streamline and enhance the job application tracking process for users. The user-friendly front end is built on React, utilizing Bootstrap for a polished and responsive interface, along with React-Beautiful-dnd for seamless drag-and-drop functionality. To enhance the visual appeal, Fontawesome icons have been incorporated.
On the backend, Applipath employs Node.js and Express.js, establishing a robust connection to a MongoDB Atlas database for efficient data management. The application ensures secure access through JWT (JSON Web Token) authentication, providing users with a reliable and protected experience.
With Applipath, managing and monitoring your job applications has never been more intuitive and accessible. Experience a seamless blend of cutting-edge technology and user-centric design to elevate your job application tracking experience.
-
Clone the repo
-
In both the backend and frontend folders, run
npm installto install dependencies. -
Set environment variables. In backend folder, create .env file:
- Backend:
PORT=4000 MONGO_URI= GOOGLE_MAPS_API_KEY= SECRET=
- Backend:
-
Start the backend server by running
node index.js -
Start the frontend by running `npm start'
-
access the app in your web browser by going to http://localhost:4000