Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shap-po/workademy-python
https://github.com/shap-po/workademy-python
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shap-po/workademy-python
- Owner: shap-po
- Created: 2023-08-29T11:36:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-01T17:29:33.000Z (about 1 year ago)
- Last Synced: 2023-11-01T18:33:05.069Z (about 1 year ago)
- Language: HTML
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Workademy - Python
## What's this?
This is a Python backend for Workademy. Its purpose is to provide a fast testing environment for the frontend. If you are not a part of the EdEra team, you probably don't need it.
## Installation
### Linux
```bash
python -m venv .venv
source venv/bin/activate
pip install -r requirements.txt
```### Windows
```bash
python -m venv .venv
.\.venv\Scripts\activate
pip install -r requirements.txt
```## Usage
```bash
launch
```Set up the `config.json` file and run the `launch` script again. It will start the server on the port specified in the config file.