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

https://github.com/thefloatingstring/renderspace-backend


https://github.com/thefloatingstring/renderspace-backend

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# RenderSpace backend

### Setup Instructions

Install dependencies:

`pip install -r requirements.txt`

Set up environment variables in a file called `.env` in root directory:

```
COSMOS_CONNECTION_STRING = ""
OPENAI_API_KEY_MIC24 = ""
```

Run the web app:

```
python app.py
```

For student view:

```localhost:5000/view/student_side```

For company view:

```localhost:5000/view/company_side```