Skip to content

Files

backend

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 28, 2025
Feb 1, 2025
Jul 12, 2019
Apr 15, 2019
Mar 7, 2025
Dec 15, 2024
Jul 3, 2024
Jul 29, 2024
Apr 15, 2019
Jul 18, 2021
Apr 15, 2019
Jul 29, 2024

Web Synth Backend

This backend serves as a simple gateway for persisting and sharing various assets from the frontend. It doesn't have much right now (no auth, etc.) and will be expanded upon greatly in the future.

Installation

cargo build --release

Running

The ROCKET_DATABASES environment variable must be set to a value like this: ROCKET_DATABASES='{ web_synth = { url = "mysql://web_synth:[email protected]/web_synth" } }'.