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.
- Host: GitHub
- URL: https://github.com/oxidizing/sihl-demo
- Owner: oxidizing
- License: mit
- Created: 2020-10-28T09:22:13.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-06T15:05:56.000Z (almost 5 years ago)
- Last Synced: 2025-03-27T11:13:56.180Z (over 1 year ago)
- Language: OCaml
- Homepage: https://github.com/oxidizing/sihl/
- Size: 135 KB
- Stars: 11
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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).