/lorauna

React web application with a graphql backend.

Primary LanguageJavaScriptMIT LicenseMIT

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.