Skip to content

BitMavrick/Realtime-read-write-with-AJAX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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