Skip to content

chyiiiiiiiiiiii/dart-serverpod-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serverpod Examples

  • serverpod: A full-featured backend framework designed for building scalable applications with type-safe APIs.
  • serverpod-mini: A simplified version of the Serverpod framework, ideal for learning core concepts and functionalities in a minimalistic setup.
  • serverpod-mini-stream-messaging: A project showcasing real-time messaging capabilities using Serverpod, demonstrating efficient task management with a Flutter frontend.

Auto hot reload for running serverpod server

  1. Install nodemon nodemon is the application that does the monitoring and executing.
npm install -g nodemon
  1. Run and monitor the main entry of serverpod server
nodemon -x "dart run bin/main.dart --apply-migrations" -e dart
  • -x to execute "dart run bin/main.dart --apply-migrations".
  • -e dart monitor .dart files for changes. If it detects a change, it kills the current process and starts a new one.

Documentation

Comprehensive documentation is available at serverpod.dev.

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.

About

Examples for implementing Serverpod backend for your Flutter apps.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published