Skip to content

This is the backend of GalaGrid is an event rental prototype app created as my miniproject for 3rd Year B Tech CSE.

License

Notifications You must be signed in to change notification settings

MZaFaRM/GalaBack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GalaGrid Screenshot

GalaGrid: Backend

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.

Features

  • 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.

Technology Stack

  • Frontend: React Native
  • Backend: Django
  • Database: MySQL (or specify the database used)
  • Admin Panel: Django's built-in admin interface

Installation

Backend Setup (Django)

  1. Clone the repository.
  2. Install dependencies:
    pip install -r requirements.txt
    
  3. Run migrations:
    python manage.py migrate
    
  4. Start the Django server:
    python manage.py runserver
    

Usage

  1. Launch the app to browse available event rental items.
  2. Select items and proceed with rental requests.
  3. Admins can log in to manage inventory, users, and rental processes through the admin panel.

Documentation

Please refer to the documentation for more information about the app, its features, and our research process.

About

This is the backend of GalaGrid is an event rental prototype app created as my miniproject for 3rd Year B Tech CSE.

Topics

Resources

License

Stars

Watchers

Forks

Languages