Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 806 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 806 Bytes

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 Computer

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