FeedBack is a modern, web-based feedback system developed for AVC College of Engineering. Built with the latest technologies, it offers a seamless platform for collecting, managing, and analyzing feedback efficiently.
- 🔐 Secure & Scalable: Robust backend powered by Django 5.
- ⚡ High-Performance API: Fast and efficient endpoints using Django Ninja 1.
- 🎨 Modern UI/UX: Responsive design styled with Tailwind CSS.
- 📊 Data Management: Simplified data import/export with
django-import-export
4.3. - 🧠 Customizable Feedback: Tailored feedback categories suitable for academic environments.
- Python: 3.12
- Django: 5
- Django Ninja: 1
- Django Import-Export: 4.3
- Tailwind CSS: Latest version
git clone https://github.com/your-username/feedback-remaster.git
cd feedback-remaster
python3.12 -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
- Explore the auto-generated API documentation powered by Django Ninja
/api/docs/ # Student API
/staff/api/docs # staff API
- This project is licensed under the Apache License 2.0. See the full license text in the LICENSE file.