/ross_writer

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Welcome to Flowriter

The API endpoints are at:

Run locally

Open a terminal and run the following commands:

# Create a virtual environment
python3 -m venv venv

# Activate the virtual environemnt
. venv/bin/activate

# Install required libraries
pip install -r requirements.txt

# Start the development server
python3 app.py

Deploying to server

This API can be automatically deployed to a server using this Ansible code: https://github.com/kantsdog/flowriter_studio_deploy