A link shortener and to-do app written with Django to try out the framework.
- Python 3.11.x
Execute the following command in the root
directory to install all packages.
pip install -r requirements.txt
Execute the following command in the project
directory to start the application.
python manage.py runserver
Execute the following command in the project
directory to apply all migrations.
python manage.py migrate