A reference implementation that combines some best practices for building a modern web application.
- nix-shell bases development environment
- e2e-Tests with Cypress
- asynchronous processing of incoming webhooks
- Install Nix
- Clone this repository
- Run
nix-shellin the root directory of this repository - Run
just setup - Run
just start - Open http://localhost:8000