samhstn / travis_jest_postgres_demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Travis Jest Postgres Demo

Quick Start

# Clone the repo
git clone git@github.com:samhstn/travis_jest_postgres_demo.git \
  && cd travis_jest_postgres_demo

# Set up local dev and test databases
psql -c 'create database travis_jest_postgres_demo_dev;' -U postgres
psql -c 'create database travis_jest_postgres_demo_test;' -U postgres

# Install the dependencies
npm install

# Run the tests
npm test

# Start the application
npm start

About


Languages

Language:JavaScript 73.0%Language:HTML 27.0%