ap4y / montage-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test app for montage.tv

Setting up a database

This project uses knex for managing DB migrations. In both development and productions environments DB connection will be sourced from the DATABASE_URL env, which uses conventional connection string format (postgresql://user:pass@localhost:5432/db).

You can migrate to the latest DB schema via knex migrate:latest.

Running docker container

$ docker run -p 3001:3001 -e DATABASE_URL=postgresql://user:user@localhost:5432/user montage

About


Languages

Language:TypeScript 52.3%Language:JavaScript 28.6%Language:CSS 11.7%Language:HTML 5.5%Language:Dockerfile 1.9%