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

https://github.com/sandip-sadhukhan/django-todo-app-youtube


https://github.com/sandip-sadhukhan/django-todo-app-youtube

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# How to run?

```bash
# install all packages
pip install -r requirements.txt

# migrate
python manage.py migrate

# run
python manage.py runserver

```