robotenique / instasketch

:art: Drawing web application for student and teachers, made with Express (Node.js)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

:art: Drawing web application for student and teachers, made with Express (Node.js)

License:Apache License 2.0


Languages

Language:JavaScript 71.5%Language:HTML 22.2%Language:CSS 6.3%