https://github.com/sumitgirwal/feedback-djangorestframework
Feedback page using django rest framework and ajax
https://github.com/sumitgirwal/feedback-djangorestframework
Last synced: 10 months ago
JSON representation
Feedback page using django rest framework and ajax
- Host: GitHub
- URL: https://github.com/sumitgirwal/feedback-djangorestframework
- Owner: sumitgirwal
- License: mit
- Created: 2023-02-25T08:43:34.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-26T11:15:38.000Z (almost 3 years ago)
- Last Synced: 2025-01-25T08:47:26.137Z (12 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Feedback-DjangoRestFramework
Feedback page using django rest framework and ajax

## Quick Start
```bash
.\venv\Scripts\activate
cd FeedbackDRF
python manage.py runserver
```