Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ossystem/test-7ninjas-django-rest


https://github.com/ossystem/test-7ninjas-django-rest

django django-rest-framework flake8 python

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

Install requirements:
```
pip install -r requirements.txt
```

Run tests:
```
python manage.py test api
```

Create DB structure:
```
python manage.py migrate
```

Create superuser:
```
python manage.py createsuperuser
```

And finally run server:
```
python manage.py runserver
```

API root will be available at http://localhost:8000/api/