Jobs Activity is an application where you can track your applied jobs.
- Create the virtual environment for your project using command
virtualenv venv
- Activate the virtual environment
source bin/activate
- Install all the dependencies from requirements.txt file
pip install -r requirements.txt
- Run
bash localhost:3000
to start the server.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.