COMP3006 Full Stack Project based on a multiplayer Connect 4 game.
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/.
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