FitTrack
1.0.0
FitTrack is a Django application for tracking fitness activities.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
git clone https://github.com/umerfarok/fittrack.gitcd fittrackpipenv installpipenv shellpython manage.py migratepython manage.py createsuperuserpython manage.py runserverhttp://localhost:8000.Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
This project is licensed under the MIT License - see the LICENSE.md file for details