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
- Navigate to the frontend folder.
- Install dependencies:
npm install
- Run the React Native app:
npx react-native run-android # or run-ios for iOS
- 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.