Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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/

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