Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janikvonrotz/lorauna
React web application with a graphql backend.
https://github.com/janikvonrotz/lorauna
Last synced: 2 months ago
JSON representation
React web application with a graphql backend.
- Host: GitHub
- URL: https://github.com/janikvonrotz/lorauna
- Owner: janikvonrotz
- License: mit
- Created: 2018-09-28T06:23:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-20T17:16:44.000Z (about 1 year ago)
- Last Synced: 2024-04-17T01:46:13.080Z (9 months ago)
- Language: JavaScript
- Homepage: https://lorauna.app
- Size: 2.67 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
## Env config
Running the application requires the following environment variables:
```
REACT_APP_APOLLO_URL=/api
MONGO_URL=mongodb://username:[email protected]:port/database
SOURCE_DATABASE_URI="mongodb://username:[email protected]:port/database"
TARGET_DATABASENAME="mongodb://username:[email protected]:port/database"
```They can be provided with an [.env file](https://github.com/motdotla/dotenv).
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).## [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.