The Stream depends on a Development Setup with a Postgres Database Server. For those who want to follow along the Install Steps are externalized in Docker Containers. You will need to Install the following software:
When you clone this Repository ensure to do the two following steps in the order:
- Reopen the folder in a container: In Visual Code press Press F1 and type
reopen in container
docker compose up
the delivered docker-compose.yml file.Compose up
should be accessible over the context menu when you click the file in the file explorer of Visual Code.
All the code is dual-licensed under either:
- MIT License
- Apache License, Version 2.0
at your option. This means you can select the license you prefer! This dual-licensing approach is the de-facto standard in the Rust ecosystem.