Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pancham1603/birlamun-21
Delegate management and default zoom renaming and breakout rooms arrangement for Birla MUN'21 at Birla Vidya Niketan, New Delhi
https://github.com/pancham1603/birlamun-21
flask mongodb
Last synced: 2 days ago
JSON representation
Delegate management and default zoom renaming and breakout rooms arrangement for Birla MUN'21 at Birla Vidya Niketan, New Delhi
- Host: GitHub
- URL: https://github.com/pancham1603/birlamun-21
- Owner: Pancham1603
- Created: 2021-08-11T13:56:49.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-13T16:17:10.000Z (over 3 years ago)
- Last Synced: 2024-11-15T02:39:58.112Z (2 months ago)
- Topics: flask, mongodb
- Language: HTML
- Homepage: https://app.birlamun.com
- Size: 393 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Birla-MUN-2021
![License](https://img.shields.io/badge/license-MIT-green)
![Flask](https://img.shields.io/badge/Flask-2.0.1-blue)Delegate management and default zoom renaming and breakout rooms arrangement for Birla MUN'21 at Birla Vidya Niketan, New Delhi
### InstallationIn case you want to run a development server on your local machine, then follow the following steps.
### Get the repository
Clone the repository
```
git clone https://github.com/Pancham1603/birla-mun-2021.gitcd birla-mun-2021
```### Installing Virtual Environment
Be sure to have python >=3.6 installed in your machine and added to `$PATH` for *nix and to `environment variables` in Windows. Next create a virtual environment by installing and using `virtualenv`
```
pip install virtualenv
```And then create a virtual environment
```
virtualenv somerandomname
```Finally, activate the env
```
source somerandomname/bin/activate #For mac os and linuxsomerandomname\Scripts\activate #For Windows; use backslash
```### Installing Requirements
Use pip to install all the modules and libraries required for medSCHED in the required.txt
```
pip install -r requirements.txt
```### Run Flask Server
Before running make sure that port 5000 is free or you can use any other port by passing the `port number` in the run function. You can start the development server like so
```
python3 main.py # For unixpython main.py # For Windows
```## Screenshots
![Client 1](static/images/bmun1.PNG)
Home![Client 2](static/images/bmun2.PNG)
Registration![Client 3](static/images/bmun3.PNG)
Dashboard![Admin 1](static/images/bmun4.PNG)
Scheduling a Meeting![Admin 2](static/images/admin1.PNG)
Participant management![Admin 3](static/images/admin2.PNG)
MeetingManagement