Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 498 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 498 Bytes

3308 Individual Project

Full-stack project for CU Boulder CSCI 3308 Spring 2021

Deployments

Heroku: https://omdbapi-3308-project.herokuapp.com/

Self-hosted: https://omdb.fclaude.net/

Setup

Build the docker images

docker-compose build

Run docker-compose script

docker-compose up

Run docker-compose script (detatched mode)

docker-compose up -d

Kill service

docker-compose down

To run tests

docker-compose run web npm test