/usacompanyapi

Django Rest Api with GET/POST/PUT/DELETE examples using Django REST framework

Primary LanguagePython

Django Restful API example

For more detail, please visit:

Django Rest Api tutorial with examples

Django CRUD with Database:

Django Rest Api with MySQL

Django Rest Api with PostgreSQL

Django Rest Api with MongoDB

Full-stack CRUD App:

Django + Vue.js

Django + React.js

Django + Angular

Django + Angular + PostgreSQL

Running the Application

Create the DB tables first:

python manage.py migrate

Run the development web server:

python manage.py runserver 8080

Open the URL http://localhost:8080/ to access the application.