First make sure sqlite3 is installed in your system
- Create admin account
- Add all the DB tables
- Create DB
Make a new environment(recommended) and run
- Run pip install -r requirements.txt to install dependencies
- Run python manage.py makemigrations
- Run python manage.py migrate
- Run python manage.py runserver
- Navigate to http://127.0.0.1:8000/ in your browser