Skeleton for a Docker+Lapis+PostgreSQL+Vue application. This project is just for me to play with, not to be taken serious.
Features:
Copy and rename .env.example
to .env
, replace all instances of SuperSecret with a proper password.
Docker is used for development and installation of dependencies, this is too keep everything super simple. Before starting development all necessary dependencies needs to be installed using the following command:
$ make install
$ make dev
TBD
- Figure out how to theme
- Automatic provision realms
- Use keycloak authentication in app and api