Mobile App to assist dog owners with walking routes and dog parks
Run backend using the following commands:
1. Enter a python environment: pipenv shell
2. Go to directory including manage.py
3. Install the necessary pkgs: pip install -r requirements.txt
4. Run server: python manage.py runserver