Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```