dirty-bits / uni-bites

Uni-Bites is a web-app that compares, contrasts and presents the cafe and deli services on the NUI Galway campus in a format aimed to save students money, while supporting friendly and ethical business practices. It is the result of a 2nd year project in CT216: Software Engineering, taught by Dr. Enda Barrett.
http://danu7.it.nuigalway.ie:8604
MIT License
0 stars 4 forks source link

Feature/databse adding #64

Closed dmcfaddengalway closed 6 years ago

dmcfaddengalway commented 6 years ago

this was when we met up friday afternoon @aflaherty13

aflaherty13 commented 6 years ago

Have a look through the individual commits again, some of this is from last wednesday, i think we should just keep the image.js file and revert the rest. Some of the consts are getting reverted to vars, we should rebuild the code for the comments uing the new format as a template, and remember how to do this part.

var imageSchema = require('./image').schema;

...
    images: [imageSchema],
...