An open API service indexing awesome lists of open source software.

https://github.com/oxidizing/sihl-demo

A small demo application written with Sihl.
https://github.com/oxidizing/sihl-demo

Last synced: about 1 year ago
JSON representation

A small demo application written with Sihl.

Awesome Lists containing this project

README

          

# 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](https://github.com/oxidizing/sihl/). The goal is to showcase every feature of Sihl.

## Quickstart

Keep on going with the following commands or use the [DevContainer setup](./.devcontainer/README.md).

1. After cloning the repository, create an opam switch:

```
make switch
```

2. Start the database using docker:

```
make db
```

3. Run migrations:

```
make sihl migrate
```

4. Run the development server:

```
make dev
```

5. Go to localhost:3000

## Contributing

Take a look at our [Contributing Guide](CONTRIBUTING.md).