Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anoochit/restroom
A simple restroom rating kiosk app made with Serverpod
https://github.com/anoochit/restroom
Last synced: about 24 hours ago
JSON representation
A simple restroom rating kiosk app made with Serverpod
- Host: GitHub
- URL: https://github.com/anoochit/restroom
- Owner: anoochit
- Created: 2024-01-31T01:47:15.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-08T04:15:32.000Z (about 1 year ago)
- Last Synced: 2024-05-21T07:04:24.658Z (9 months ago)
- Language: PLpgSQL
- Size: 508 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Restroom rating kiosk
A simple restroom rating kiosk app.
![](/images/Screenshot_1706674769.png)
Start server
```shell
cd restroom_server
docker compose up --build -d
dart bin/main.dart --apply-migrations
```