A RESTful implementation of CRUD API using Django rest_framework + MySql
Use the package manager pip to install the modules.
Also install MySql server for the MySql database.
Change the DATABASE details in settings.py
pip install -r requirements.txtCreate the customer database in MySql
Run the manage.py in localhost:8000
python manage.py runserver localhost:8000On any web browser, to access the browsable API
http://localhost:8000/customers/<id>/http://localhost:8000/customers/<id>/http://localhost:8000/customers/<id>/http://localhost:8000/customers/