Skip to content

Latest commit

 

History

History
94 lines (64 loc) · 1.32 KB

README.md

File metadata and controls

94 lines (64 loc) · 1.32 KB

Blog API

The blog api created with django rest framework.

How to Run Project

Download Codes

git clone https://github.com/dori-dev/blog-api.git
cd blog-api

Build Virtual Environment

python -m venv env
source env/bin/activate

Install Project Requirements

pip install -r requirements.txt

Change Directory to SRC

cd src

Migrate Models

python manage.py migrate

Add Super User

python manage.py createsuperuser

Run Project

python manage.py runserver

Open On Browser

API Docs: 127.0.0.1:8000

Links

Download Source Code: Click Here

My Github Account: Click Here

Contributors ✨


TorhamDev


dori-dev