Skip to content

lulemedeiros/simple-ajax-crud

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 54.7%
  • HTML 37.0%
  • JavaScript 8.3%