Skip to content

codeforboston/dudley_late

Repository files navigation

t-time

This project was generated with the Angular Full-Stack Generator version 3.7.6. Look in the slack channel for the api-key and session secret and copy that into local.env.js server/config/environment/development.js set seedDB:true

Getting Started

Prerequisites

Developing

First, install Docker.

# Create the docker containers and start the app
$ docker-compose up

Then open localhost:9000 to see the project locally.

(It's quite convenient to alias docker-compose to dc in your bash or zsh rc file.)

Testing

# Run the unit tests
$ docker-compose run server npm test