Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeabur/serverpod-template
Example serverpod application deployed on Zeabur. https://serverpod.zeabur.app/
https://github.com/zeabur/serverpod-template
dart dartlang serverpod template zeabur
Last synced: about 2 months ago
JSON representation
Example serverpod application deployed on Zeabur. https://serverpod.zeabur.app/
- Host: GitHub
- URL: https://github.com/zeabur/serverpod-template
- Owner: zeabur
- Created: 2024-04-04T08:44:35.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-04T09:03:51.000Z (9 months ago)
- Last Synced: 2024-10-13T08:41:24.000Z (3 months ago)
- Topics: dart, dartlang, serverpod, template, zeabur
- Language: PLpgSQL
- Homepage: https://serverpod.zeabur.app/
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# mypod_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