Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rock12231/django-rest-framework-api-with-ajax
Django rest framework api with html, css, bootstrap, datatable and ajax
https://github.com/rock12231/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: 2 months ago
JSON representation
Django rest framework api with html, css, bootstrap, datatable and ajax
- Host: GitHub
- URL: https://github.com/rock12231/django-rest-framework-api-with-ajax
- Owner: rock12231
- License: gpl-3.0
- Created: 2022-07-28T17:58:36.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-13T20:14:05.000Z (about 2 years ago)
- Last Synced: 2023-03-06T12:23:30.138Z (almost 2 years 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: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Rest-Framework-API-With-AJAX
[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https://github.com/rock12231/Rest-Framework-API-With-AJAX/edit/master/README.md)](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