Skip to content

Django blog API created using "Django for APIs. Build web APIs with Python and Django" William S. Vincent book.

Notifications You must be signed in to change notification settings

MikhailBorysewic/BlogAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project description

This is simple Blog API with swagger documentation, created using Django and Django Rest Framework.

alt text

Run project

These step suppose you have docker-compose installed.

docker-compose build
docker-compose up

Run migrations

docker exec blogapp_web_1 python manage.py migrate --noinput

Create superuser

Enter to created container (blogapp_web_1 created container name or ID):

docker exec -it blogapp_web_1 sh

and run:

python manage.py createsuperuser

Open http://127.0.0.1:8000/swagger/ in your browser and login through your credentials.

About

Django blog API created using "Django for APIs. Build web APIs with Python and Django" William S. Vincent book.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published