bskp / lorauna

React web application with a graphql backend.

Home Page:https://lorauna.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

React web application with a graphql backend.

https://lorauna.app

License:MIT License


Languages

Language:JavaScript 87.6%Language:C++ 7.1%Language:Shell 3.0%Language:HTML 2.2%