This is a Django Project
- Clone this Repository.
- Open your terminal and create a Python Virtual Environment. (Make sure you have python installed on your computer)
- Activate the virtual environment and run command: pip install -r requirements.txt.
- Move to the clone repo directory.
- Run commands in this order:
- python manage.py makemigrations
- python mange.py migrate
- python manage.py runserver
- Open http://localhost:8000/ in your browser.
- Enjoy.
P.S: This is my first django project and I suck at HTML and CSS; please don't judge me.