/webgallery-app

a simple web gallery app using nodejs/js/html/css and no front-end libraries made for cscc09

Primary LanguageJavaScript

update: as of 2018 this app no longer has full functionality (idk why), I may rewrite this later.

this is a simple web gallery app made with node.js and vanilla html/css/js for a CSCC09 at utsc. this was publically uploaded to github after assignments were marked. usage of materials in this repo are under the MIT license.

Running the App

run the commands below and go to https://localhost:3000 in your browser. (there is no http route)

cd app
npm install
node app.js

Documentation

see the api docs here