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

https://github.com/sor4chi/data-picker-mockups


https://github.com/sor4chi/data-picker-mockups

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

Create Environment
```python
python3 -m venv venv
source venv/bin/activate
python3 manage.py migrate
python3 manage.py runserver
```