notes/notes_server
Viktor Lidholt 392c333580 Initial version. 2023-03-08 11:35:10 +01:00
..
aws Initial version. 2023-03-08 11:35:10 +01:00
bin Initial version. 2023-03-08 11:35:10 +01:00
config Initial version. 2023-03-08 11:35:10 +01:00
generated Initial version. 2023-03-08 11:35:10 +01:00
lib Initial version. 2023-03-08 11:35:10 +01:00
web Initial version. 2023-03-08 11:35:10 +01:00
.gitignore Initial version. 2023-03-08 11:35:10 +01:00
CHANGELOG.md Initial version. 2023-03-08 11:35:10 +01:00
README.md Initial version. 2023-03-08 11:35:10 +01:00
analysis_options.yaml Initial version. 2023-03-08 11:35:10 +01:00
docker-compose.yaml Initial version. 2023-03-08 11:35:10 +01:00
pubspec.lock Initial version. 2023-03-08 11:35:10 +01:00
pubspec.yaml Initial version. 2023-03-08 11:35:10 +01:00

README.md

notes_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