These instructions will help you set up and run the project on your local machine.
- Windows OS
- Python installed
1. Create a virtual environment & activate it:
python -m venv venv
venv\Scripts\activate
2. Install project dependencies from requirements.txt:
pip install -r requirements.txt
3. Make necessary migrations:
python manage.py makemigrations
python manage.py migrate
4. Run the local server:
python manage.py runserver
A list of tasks inside a specified list:
Selecting a specific list if the user has previously created one: