https://github.com/hect1k/mundra
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
https://github.com/hect1k/mundra
authentication backend fastapi python
Last synced: 10 months ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/hect1k/mundra
- Owner: hect1k
- Created: 2024-07-31T15:30:52.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-25T04:49:25.000Z (over 1 year ago)
- Last Synced: 2025-04-06T08:28:09.180Z (about 1 year ago)
- Topics: authentication, backend, fastapi, python
- Language: Python
- Homepage: https://mundra.nnisarg.in
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MUNDRA - MUNSoc Delegate Resource Application (1.0.0)
## 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

### Setup
1. Clone the repository:
```bash
git clone https://github.com/hect1k/mundra
cd mundra
```
2. Create a virtual environment called `env`
```bash
python -m venv env
```
3. Activate the virtual environment
```bash
source env/bin/activate
```
4. Install the dependencies
```bash
pip install -r requirements.txt
```
5. Run the development server
```bash
fastapi dev app.py
```