Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 847 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 847 Bytes

DLPV

Skeleton for a Docker+Lapis+PostgreSQL+Vue application. This project is just for me to play with, not to be taken serious.

Features:

Install

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

Develop

$ make dev

Production

TBD

TODO

Keycloak

  • Figure out how to theme
  • Automatic provision realms
  • Use keycloak authentication in app and api