Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ossystem/test-7ninjas-django-rest
- Owner: ossystem
- Created: 2018-07-06T14:58:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:15:20.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T21:37:17.944Z (over 1 year ago)
- Topics: django, django-rest-framework, flake8, python
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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/