InstaSketch is a web application created to facilitate primary/elementary school teachers and students by creating an environment to submit and access drawings!
This project was made in Node.js using the Express web framework with MongoDB (mongoose), and using the Fabric.js library in the front-end.
- Juliano Garcia - @robotenique
- Sunmin - @kmsunmin
- Amritpal Aujla - @Spyguy001
- Max Boyko - @maxboyko1
Check more screenshots here.
In the instasketch folder (the one with package.json file) run (in the terminal):
$ npm install
The mongodatabase is located in the cloud, so if you want to change the code or the project to what you want, it's recommended to use a local mongo database.
Make sure that you have the required packages, then run the following command in the instasketch folder.
$ node app.js