mfindeisen / simple-ajax-crud

Example created for the blog post "How to Implement CRUD Using Ajax and Json"

Home Page:https://simpleisbetterthancomplex.com/tutorial/2016/11/15/how-to-implement-a-crud-using-ajax-and-json.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Ajax Crud

Example used in the blog post How to Implement CRUD Using Ajax and Json

Running Locally

git clone https://github.com/sibtc/simple-ajax-crud.git
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

About

Example created for the blog post "How to Implement CRUD Using Ajax and Json"

https://simpleisbetterthancomplex.com/tutorial/2016/11/15/how-to-implement-a-crud-using-ajax-and-json.html

License:MIT License


Languages

Language:Python 54.7%Language:HTML 37.0%Language:JavaScript 8.3%