Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 495 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 495 Bytes

[TempTing][https://github.com/Matthew-Craig01/TempTing]

Backend

The backend is built with Gleam and runs on Erlang's BEAM VM. In order to run the backend, you must first install Gleam and Erlang: instructions

Build the backend

gleam build

Create DB

⚠️ This will delete the current database.

gleam run create

Run Server

⚠️ This will delete the current database.

gleam run