Skip to content

The blog api created with django rest framework.

Notifications You must be signed in to change notification settings

dori-dev/blog-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The blog api created with django rest framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published