Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.55 KB

File metadata and controls

43 lines (24 loc) · 1.55 KB

InstaSketch 📝 🎨

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.

Contributors

Screenshots

Check more screenshots here.

Setup

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.

Run the application

Make sure that you have the required packages, then run the following command in the instasketch folder.

$ node app.js