Code examples
Looking at examples can be a great way to learn. Here we collect samples created by the Serverpod team and the community.
- Notes app: A simple note-taking app showcasing how to create and interact with endpoints and the database.
- Pixorama: A multi-user drawing experience. Showcases Serverpod's real-time capabilities and is less than one page of code.
- Auth module: Shows how to use the auth module and authenticate with different providers.
- Chat module: Shows how to use the chat module to do a real-time chat.