softwaremill / bootzooka

Simple project to quickly start developing a Scala-based microservice or web application, without the need to write login, user registration etc.

Home Page:https://softwaremill.github.io/bootzooka/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bootzooka

See the docs for more information.

 CI

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:

# 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:

export SQL_PASSWORD=bootzooka
./backend-start.sh

Frontend: Yarn & webapp

You will need the yarn package manager to run the UI. Install it using your package manager or:

curl -o- -L https://yarnpkg.com/install.sh | bash

Then, you can start the frontend:

./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 to learn more about our offer!

Copyright

Copyright (C) 2013-2022 SoftwareMill https://softwaremill.com.

About

Simple project to quickly start developing a Scala-based microservice or web application, without the need to write login, user registration etc.

https://softwaremill.github.io/bootzooka/

License:Apache License 2.0


Languages

Language:Scala 57.6%Language:TypeScript 40.9%Language:HTML 0.9%Language:Mustache 0.5%Language:Shell 0.0%Language:CSS 0.0%Language:Batchfile 0.0%