Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 730 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 730 Bytes

COMP3006 Full-Stack Project

COMP3006 Full Stack Project based on a multiplayer Connect 4 game.

Instructions

Ensure you have MongoDB and Node.js installed before setting this application up.

Run npm install first:

npm install

Start the local development environment:

npm run dev

The environment will be available at http://localhost:9000/.

CI/CD and code coverage reports

TravisCI Build history: https://www.travis-ci.com/github/GoelBiju/COMP3006-Full-Stack-Project/builds

Connect4 Heroku: https://comp3006-connect-four.herokuapp.com/

Code coverage (coveralls): https://coveralls.io/github/GoelBiju/COMP3006-Full-Stack-Project