digitalysin / st

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to use

export CONNECTION_STRING = "postgres://username:password@localhost/db_name"

# to run server
npm start

and visit http://localhost:9000

# to run test
npm test

to migrate schema, run pgsql your_db_name -f db/migrate.sql

make sure database is different between test, development and production

don't forget to run npm install

About


Languages

Language:JavaScript 100.0%