https://github.com/avinashkr-ai/Django-Rest-Framework-API-With-AJAX
Django rest framework api with html, css, bootstrap, datatable and ajax
https://github.com/avinashkr-ai/Django-Rest-Framework-API-With-AJAX
ajax ajax-call ajax-request api api-rest bootstrap5 css datatables django django-rest-framework heroku html learn
Last synced: 9 months ago
JSON representation
Django rest framework api with html, css, bootstrap, datatable and ajax
- Host: GitHub
- URL: https://github.com/avinashkr-ai/Django-Rest-Framework-API-With-AJAX
- Owner: avinashkr-ai
- License: gpl-3.0
- Created: 2022-07-28T17:58:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-13T20:14:05.000Z (about 3 years ago)
- Last Synced: 2025-06-16T09:20:32.109Z (9 months ago)
- Topics: ajax, ajax-call, ajax-request, api, api-rest, bootstrap5, css, datatables, django, django-rest-framework, heroku, html, learn
- Language: JavaScript
- Homepage: https://rock12231.github.io/Django-Rest-Framework-API-With-AJAX/
- Size: 1.29 MB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Rest-Framework-API-With-AJAX
[](https://hits.seeyoufarm.com)
### Django Rest framework api with datatable ajax
## Features
📈 Rest API >>> GET, POST, PUT, DELETE
##### Using [Datatable](https://datatables.net/)
## Instructions on running project locally:
Clone the project
```bash
git clone https://github.com/rock12231/Django-Rest-Framework-API-With-AJAX/
```
Install dependencies:
```bash
pip install -r requirements.txt
```
Run Project on terminal
```bash
python manage.py runserver
```
Start the server
```bash
http://127.0.0.1:8000/
```
Open Index.html in browser
```bash
https://rock12231.github.io/Rest-Framework-API-With-AJAX/
```
## Author
✨ [@rock12231](https://github.com/rock12231)
heroku ps:scale web=1 -a avi-test-pro