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
- Host: GitHub
- URL: https://github.com/takapi327/lepus-app-template
- Owner: takapi327
- Created: 2022-10-14T05:39:41.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T06:04:38.000Z (over 3 years ago)
- Last Synced: 2025-02-07T08:29:21.661Z (over 1 year ago)
- Language: Scala
- Size: 104 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```