Realtime read-write with AJAX

Hey,this is the basic implementation type of ajax realtime read write from the database. where you can insert or view realtime data without needed to refreshing the page.

Build

  1. Clone the repo:
> https://github.com/mehedi705/Realtime-read-write-with-AJAX.git
  1. Setup on your PC
Create a virtual env then activate that, after that install all the requirements
> pip install pipenv
> pipenv shell
> pipenv install -r requirements.txt
  1. Run the project locally.
> python manage.py runserver

Contributing

Feel free to fork this project and customize with your personal system. If you implement any nice features or improvements I'd really appreciate if you could open a PR to this project ;)

License

MIT

GitHub - mehedi705/Realtime-read-write-with-AJAX at pythonawesome.com
Realtime data read and write without page refresh using Ajax in Django. - GitHub - mehedi705/Realtime-read-write-with-AJAX at pythonawesome.com