A Blogging Application for Users to create and share Blogs across the platform.
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/
.
Go to 127.0.0.1:8000/api/
Go to 127.0.0.1:8000/docs/
Send HTTP requests to this API such as GET, POST, PUT, DELETE for performing CRUD operations on the Blogs.