Skip to content

oxidizing/sihl-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e8fdba6 · Aug 17, 2021
Apr 3, 2021
Mar 15, 2021
Aug 17, 2021
Apr 9, 2021
Mar 10, 2021
Oct 31, 2020
Apr 12, 2021
Apr 12, 2021
Aug 17, 2021
Aug 17, 2021
Mar 17, 2021
Aug 17, 2021
Aug 17, 2021
Mar 10, 2021
Apr 30, 2021
Mar 10, 2021
Mar 15, 2021
Mar 12, 2021
Jul 1, 2021
Mar 10, 2021
Mar 10, 2021
Mar 10, 2021
Aug 17, 2021
Mar 31, 2021
Apr 9, 2021
Mar 10, 2021
Aug 17, 2021
Aug 17, 2021
Apr 30, 2021

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.