django-rest-api-mysql icon indicating copy to clipboard operation
django-rest-api-mysql copied to clipboard

Python/Django CRUD with MySQL example that uses Django Rest Framework for building Rest Apis

Django Restful CRUD API with MySQL example

For more detail, please visit:

Django CRUD with MySQL example | Django Rest Framework

Full-stack CRUD App:

Django + Vue.js

Django + React.js

Django + Angular

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.