Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrea/tapir-test
https://github.com/andrea/tapir-test
Last synced: about 3 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrea/tapir-test
- Owner: Andrea
- License: apache-2.0
- Created: 2022-07-13T08:40:19.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-13T08:40:21.000Z (over 2 years ago)
- Last Synced: 2024-11-05T12:12:19.210Z (about 2 months ago)
- Language: Scala
- Size: 420 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![Bootzooka](https://github.com/softwaremill/bootzooka/raw/master/banner.png)
[See the docs](http://softwaremill.github.io/bootzooka/) for more information.
[![ CI ](https://github.com/softwaremill/bootzooka/workflows/Bootzooka%20CI/badge.svg)](https://github.com/softwaremill/bootzooka/actions?query=workflow%3A%22Bootzooka+CI%22)
## Quick start
### Backend: PostgreSQL & API
In order to run Bootzooka, you'll need a running instance of the PostgreSQL with a `bootzooka` database. You can spin
up one easily using docker:```sh
# use "bootzooka" as a password
docker run --name bootzooka-postgres -p 5432:5432 -e POSTGRES_PASSWORD=bootzooka -e POSTGRES_DB=bootzooka -d postgres
```Then, you can start the backend:
```sh
export SQL_PASSWORD=bootzooka
./backend-start.sh
```### Frontend: Yarn & webapp
You will need the [yarn package manager](https://yarnpkg.com) to run the UI. Install it using your package manager or:
```sh
curl -o- -L https://yarnpkg.com/install.sh | bash
```Then, you can start the frontend:
```sh
./frontend-start.sh
```And open `http://localhost:3000`.
## Commercial Support
We offer commercial support for Bootzooka and related technologies, as well as development services. [Contact us](https://softwaremill.com) to learn more about our offer!
## Copyright
Copyright (C) 2013-2020 SoftwareMill [https://softwaremill.com](https://softwaremill.com).