APK Available at Front End repository: https://github.com/MZaFaRM/GalaGrid
GalaGrid is an event rental prototype app that simulates the entire process of renting goods for events. Developed using React Native for the frontend and Django for the backend, the app is designed to streamline the event rental process, providing users with a seamless experience.
- Event Rental Simulation: Users can browse and rent various items for events.
- Admin Panel: Manage users, rental items, and orders via a robust admin panel built with Django.
- Real-Time Updates: The app provides real-time feedback on rental availability and status.
- Frontend: React Native
- Backend: Django
- Database: MySQL (or specify the database used)
- Admin Panel: Django's built-in admin interface
- Clone the repository.
- Install dependencies:
pip install -r requirements.txt - Run migrations:
python manage.py migrate - Start the Django server:
python manage.py runserver
- Launch the app to browse available event rental items.
- Select items and proceed with rental requests.
- Admins can log in to manage inventory, users, and rental processes through the admin panel.
Please refer to the documentation for more information about the app, its features, and our research process.
