A fun collaborative drawing tool
- Product Owner: Alberto Madueno
- Scrum Master: Daniel Shneyder
- Development Team Members: Nick Lathen, Tim Morgan
From within the root directory
$ npm install
$ webpack
$ nodemon server/server.js
After starting the server (see above) load http://localhost:3000 in your favorite browser (preferably Google Chrome). Click on the button labeled: 'New Drawmie'. You will be taken to a new Drawmie whiteboard where you can draw lots of cute pictures with your friends. To collaborate with your BFF share the the URL or Drawmie ID. Now Draw!!
- Node.js: Used for the backend
- Socket.io: Used for client to client communication.
- React: Used for the frontend
- React-Bootstrap: Frontend design framework
- Salmon: A really great fish 🐟
View the project roadmap here
See CONTRIBUTING.md for contribution guidelines.