An open API service indexing awesome lists of open source software.

https://github.com/shanathvemula/todolist


https://github.com/shanathvemula/todolist

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Todolist

## How To Setup

1. Clone This Project `https://github.com/shanathvemula/Todolist.git `
2. Go to Project Directory `cd Todolist`
3. Create a Virtual Environment `python3 -m venv env`
4. Activate Virtual Environment `source env/bin/activate`
5. Install Requirements Package `pip install -r requirements.txt`
6. Create Migration `python manage.py makemigrations`
7. Migrate Database `python manage.py migrate`
8. Finally Run The Project `python manage.py runserver`