The Animal Shelter application.
Displaying information about animals and help manage orders for animals daily feed rations.
How it looks:
To begin using this application use link below to get started.
- install Python 3.7.2
- Create Virtual Environment
python3 -m venv env
- Install dependencies
pip install -r requirements.txt
python manage.py runserver
To create an admin account:
python manage.py createsuperuser
HTML files are inspired by Corey Schafer's tutorial on YouTube channel.