https://github.com/thefloatingstring/renderspace-backend
https://github.com/thefloatingstring/renderspace-backend
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thefloatingstring/renderspace-backend
- Owner: TheFloatingString
- Created: 2024-02-09T05:06:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-09T22:07:40.000Z (almost 2 years ago)
- Last Synced: 2025-03-02T21:16:41.664Z (11 months ago)
- Language: HTML
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```