React web application with a graphql backend.
https://lorauna.app
- JavaScript 87.6%
- C++ 7.2%
- Shell 3%
- HTML 2.2%
| .git-crypt | Add 1 git-crypt collaborator | |
| api | update uplink | |
| app | update | |
| assets | app 1.3.1 | |
| scripts | Update wordpress-script.js | |
| sensor | remove todo and upate scripts | |
| .env | update to vercel | |
| .gitattributes | encrpyt env files | |
| .gitignore | encrpyt env files | |
| LICENSE | feat: add license | |
| package-lock.json | split resolvers and add -5/+5 buttons | |
| package.json | update to vercel | |
| README.md | typo | |
| task | update to vercel | |
| task.md | update help | |
| vercel.json | update to vercel | |
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.
ScreenshotEnv 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.