Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 420 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 420 Bytes

Python

DjangoRestFramework has beautiful view to create RestFull API.

This Is a sample REST API For School Student Information.

Migrate the Database for API

python manage.py migrate

Active Virtual Env

pipenv install
pipenv shell

Sample Picture for REST API

Sample Picture for REST API