Blog API
is DRF based API to smooth my learning curve and keep in a simple repo
all the code I always search with the question why I made it like this?
.
Each commit is basically as small answer.
View the commit history to enjoy my darkness.
- pipenv install
- pipenv shell
- python manage.py migrate
- python manage.py createsuperuser
- python manage.py runserver
- visit http://localhost:8000/api/swagger
The final endpoint based on swagger view