Skip to content

kickapoo/blogapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog API Learning Curve

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.

Setup with pipenv, python3 support and of course after clone it

  1. pipenv install
  2. pipenv shell
  3. python manage.py migrate
  4. python manage.py createsuperuser
  5. python manage.py runserver
  6. visit http://localhost:8000/api/swagger

The final endpoint based on swagger view

simple_blog_api_swagger

About

Learning Curve with DRF - A blog api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages