Awesome
Sihl demo app
A restaurant serving pizza and sometimes lasagna, delicious lasagna.
This is an app that demonstrates the usage of the web framework Sihl. The goal is to showcase every feature of Sihl.
Quickstart
Keep on going with the following commands or use the DevContainer setup.
- After cloning the repository, create an opam switch:
make switch
- Start the database using docker:
make db
- Run migrations:
make sihl migrate
- Run the development server:
make dev
- Go to localhost:3000
Contributing
Take a look at our Contributing Guide.