Miravalier / Spaghetti

Spaghetti is a fictional currency that can be used to make silly bets with friends and family. This repository contains a TS/Python web app to enable spaghetti betting.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependencies

  • docker
  • docker-compose

Running the Spaghetti Server

  • Copy example.env to .env and fill out the values.
  • Run make, or just docker-compose up -d --build.
  • The server is running over plain HTTP, it's highly recommended to configure a reverse proxy such as nginx to enable TLS.
  • Run make create-admin to create an admin user. Save the generated password that is printed.

Production Instance

https://spaghetti.miramontes.dev

About

Spaghetti is a fictional currency that can be used to make silly bets with friends and family. This repository contains a TS/Python web app to enable spaghetti betting.

License:MIT License


Languages

Language:Python 41.2%Language:TypeScript 32.9%Language:HTML 15.8%Language:CSS 6.7%Language:Kotlin 2.4%Language:Makefile 0.5%Language:Dockerfile 0.5%