Skip to content

This is a django based blog API using which you can create a view blog.

Notifications You must be signed in to change notification settings

rtkgjacobs/django_blog_api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Simple Blog Application where we can create and list the blogs. In order to run this application we need to run the following commands:

make migrations

python3 manage.py makemigrations

migrate the tables

python3 manage.py migrate

run the server

python3 manage.py runserver

After successfully executing the above command we can run the server using below URL:

http://127.0.0.1:8000/blogs

We can access the swagger using the below link:

http://127.0.0.1:8000/swagger/

This way we can execute the Django blog application

About

This is a django based blog API using which you can create a view blog.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%