Skip to content

A Blogging Application for Users to create and share Blogs across the platform.

Notifications You must be signed in to change notification settings

shreyan-haldankar/DRF_Blog_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DRF_Blog_App (In Development)

A Blogging Application for Users to create and share Blogs across the platform.


Setup

The first thing to do is to clone the repository:

$ git clone https://github.com/shreyan-haldankar/DRF_Blog_App.git

Install requirements using:

$ pip install -r requirements.txt

Once pip has finished installing the requirements:

$ python manage.py runserver

And navigate to http://127.0.0.1:8000/.


Access the API endpoint views via a browser

Go to 127.0.0.1:8000/api/


API documentation

Go to 127.0.0.1:8000/docs/


Test the API

Send HTTP requests to this API such as GET, POST, PUT, DELETE for performing CRUD operations on the Blogs.

About

A Blogging Application for Users to create and share Blogs across the platform.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published