Skip to content

janikvonrotz/lorauna

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
api
 
 
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published