An open API service indexing awesome lists of open source software.

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

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

![MUNDRA banner](https://nnisarg.in/images/projects/mundra.jpg)

### 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
```