https://github.com/uvarc/uvarc-dac-foi
https://github.com/uvarc/uvarc-dac-foi
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/uvarc/uvarc-dac-foi
- Owner: uvarc
- Created: 2025-03-07T15:10:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-18T03:36:36.000Z (6 months ago)
- Last Synced: 2026-01-18T15:02:54.665Z (6 months ago)
- Language: Python
- Size: 10.1 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DAC Faculty Outreach Initiative
## Setup
### Populating the database
Set API keys in `rc-DACFOI.env` and options in `backend/core/populate_config.py`, then run:
```bash
python -m backend.core.populate
```
### Running the server
```bash
flask --app backend/app.py run --debug
```