Skip to content

TimeIsOnMySide/AppliPath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 

Repository files navigation

Applipath

Summary

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.

Quick Start (Run the project locally)

  1. Clone the repo

  2. In both the backend and frontend folders, run npm install to install dependencies.

  3. Set environment variables. In backend folder, create .env file:

    • Backend:
      PORT=4000
      MONGO_URI=
      GOOGLE_MAPS_API_KEY=
      SECRET=
      
  4. Start the backend server by running node index.js

  5. Start the frontend by running `npm start'

  6. access the app in your web browser by going to http://localhost:4000

Live Deployment

https://www.applipath.com/

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors