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

https://github.com/uvarc/uvarc-dac-foi


https://github.com/uvarc/uvarc-dac-foi

Last synced: 4 months ago
JSON representation

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