Skip to content

oxidizing/sihl-demo

Repository files navigation

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.

  1. After cloning the repository, create an opam switch:
make switch
  1. Start the database using docker:
make db
  1. Run migrations:
make sihl migrate
  1. Run the development server:
make dev
  1. Go to localhost:3000

Contributing

Take a look at our Contributing Guide.