Named after Mundra Port, Kutch, Gujarat, MUNDRA - MUNSoc Delegate Resource Application is a centralized database designed to optimize event planning, streamline communication, and facilitate delegate management
- Clone the repository:
git clone https://github.com/hect1k/mundra
cd mundra
- Create a virtual environment called
env
python -m venv env
- Activate the virtual environment
source env/bin/activate
- Install the dependencies
pip install -r requirements.txt
- Run the development server
fastapi dev app.py