The blog api created with django rest framework.
git clone https://github.com/dori-dev/blog-api.git
cd blog-api
python -m venv env
source env/bin/activate
pip install -r requirements.txt
cd src
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
API Docs: 127.0.0.1:8000
Download Source Code: Click Here
My Github Account: Click Here
TorhamDev |
dori-dev |