Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shap-po/workademy-python


https://github.com/shap-po/workademy-python

Last synced: 10 days ago
JSON representation

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.