mirror of
https://github.com/timokz/flutter-vienna-hackathon-25.git
synced 2025-11-09 03:04:20 +01:00
15 lines
400 B
Markdown
15 lines
400 B
Markdown
# wien_talks_server
|
|
|
|
This is the starting point for your Serverpod server.
|
|
|
|
To run your server, you first need to start Postgres and Redis. It's easiest to do with Docker.
|
|
|
|
docker compose up --build --detach
|
|
|
|
Then you can start the Serverpod server.
|
|
|
|
dart bin/main.dart
|
|
|
|
When you are finished, you can shut down Serverpod with `Ctrl-C`, then stop Postgres and Redis.
|
|
|
|
docker compose stop
|