Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 330 Bytes

File metadata and controls

15 lines (9 loc) · 330 Bytes

Hello, Database!

Simple application for connecting to a database and executing select now().

Configuration

See .env.example for a list of environment variables required to run this application.

Simply doing cp .env.example .env and filling in the values should be enough.

Launch

make dev