Developed CRUD API interface for blog website like tumblr using Django restframework.
-
If you wish to run your own build, first ensure you have python globally installed in your computer. If not, you can get python here.
-
Prerequisites
- Django
- Djangorestframework
-
Then, Git clone this repo to your PC
$ git clone https://github.com/Vaibhavsaharan/BlogwebsiteAPI.git
-
-
Cd into your the cloned repo as such:
$ cd BlogwebsiteAPI -
Fire up the server using this one simple command:
$ python3 manage.py runserver
-
This will run the server on the localhost http://127.0.0.1:8000/
-
Test the api using postman
-
