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

https://github.com/takapi327/lepus-app-template

Templates for applications using Lepus Framework
https://github.com/takapi327/lepus-app-template

Last synced: about 1 year ago
JSON representation

Templates for applications using Lepus Framework

Awesome Lists containing this project

README

          

# Templates for applications using Lepus Framework

## Setup

Set up an application using the Lepus Framework.

### Database startup

Start the database using the docker-compose configuration provided by default.

```shell
$ docker compose up -d
```

### Server startup

Launch applications using the default settings provided.

```shell
$ sbt
$ compile
$ background
```