Skip to content

davidychen/colla-color

Repository files navigation

colla-color

A cooperative color filling game, which uses meteor, react.js and mongodb. You can fill color in the areas of a painting, view all paintings edited by all and create your own color filling template.

Deployment

Deployment is using heroku. The link is here: https://colla-color-app.herokuapp.com.

Requires

Node meteor react

Usage

Clone the repo, then open the terminal on the folder created and run

git clone https://github.com/davidychen/colla-color.git
cd colla-color
meteor npm install
meteor reset
meteor

Which will run the front-end development server on the port 3000, then visit (http://localhost:3000) and you should see the app running. The database is running on port 3001.

Database

You can either use a local meteor database or a cloud database. If you need to use a cloud database, Just set your database url as variable MONGO_URL in .env as an environment variable. It has 2 collections: area, colorBoard.

Author

Shuomin Wu Yifei Chen

Screenshots

ScreenShot ScreenShot ScreenShot ScreenShot

Demonstration Video

Youtube Colla-Color

Class Link

CS-5610 Web Development Spring 2019

License

This project is licensed under the MIT License - see the LICENSE.md file for details