1
0
Fork
You've already forked lorauna
0
React web application with a graphql backend. https://lorauna.app
  • JavaScript 87.6%
  • C++ 7.2%
  • Shell 3%
  • HTML 2.2%
Find a file
2025年04月08日 17:37:47 +02:00
.git-crypt Add 1 git-crypt collaborator 2020年12月07日 18:06:06 +01:00
api update uplink 2023年11月20日 18:16:41 +01:00
app update 2022年01月13日 20:10:11 +01:00
assets app 1.3.1 2020年03月02日 17:46:53 +01:00
scripts Update wordpress-script.js 2021年10月30日 08:24:44 +02:00
sensor remove todo and upate scripts 2020年10月27日 21:58:27 +01:00
.env update to vercel 2020年12月17日 18:32:14 +01:00
.gitattributes encrpyt env files 2020年12月07日 18:42:02 +01:00
.gitignore encrpyt env files 2020年12月07日 18:42:02 +01:00
LICENSE feat: add license 2025年04月08日 17:37:47 +02:00
package-lock.json split resolvers and add -5/+5 buttons 2020年02月12日 18:20:55 +01:00
package.json update to vercel 2020年12月17日 18:32:14 +01:00
README.md typo 2020年12月07日 18:43:10 +01:00
task update to vercel 2020年12月17日 18:32:14 +01:00
task.md update help 2022年01月13日 19:37:25 +01:00
vercel.json update to vercel 2020年12月17日 18:32:14 +01:00

Lorauna

Lorauna is a web application for the administration of a sauna landscape. The association Sauna Lorrainebad runs several saunas in the Lorrainebad Bern during winter. The app is used to register visitors' entrances and exits and to record temperatures in the sauna.

Screenshot

Env config

Running the application requires the following environment variables:

REACT_APP_APOLLO_URL=/api
MONGO_URL=mongodb://username:password@hostname.com:port/database
SOURCE_DATABASE_URI="mongodb://username:password@hostname.com:port/database"
TARGET_DATABASENAME="mongodb://username:password@hostname.com:port/database"

They can be provided with an .env file.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.0] - 2020年12月07日

Added

  • New uplink integration
  • Migrate database

[1.0.0] - 2019年10月28日

Added

  • The lorauna-api project has been integrated into this repository.