Apply Tracker is a web application that allows users to keep track of their job applications. Users can add, edit, and delete job applications, as well as view statistics about their applications.
- React
- Node.js
- Express
- MySQL
- JWT
- Add, edit, and delete job applications
- View statistics about job applications
- User authentication
- Responsive design
- Clone this repository
- Run
npm installin the server directory - Run
npm installin the client directory - Create a
.envfile in the root directory and add the following variables:
JWT_SECRET=secret
PORT=port- You can edit the .env file on client directory to change the port of the client
- Edit the
config.jsfile in the server directory to configure the MySQL database connection
- Run
npm startin the server directory to start the server - Run
npm startin the client directory to start the client - Navigate to
http://localhost:3000in your browser






