Skip to content

A small demo application written with Sihl

License

Notifications You must be signed in to change notification settings

mabiede/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.

About

A small demo application written with Sihl

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • OCaml 82.0%
  • CSS 5.3%
  • Dockerfile 5.0%
  • Makefile 4.6%
  • Shell 2.6%
  • Nix 0.5%