CS-3300-P8 / RecipeBuilder

2 stars 0 forks source link

Adding MongoDB backend to replace dynamic storage in index.js in Server Side #16

Closed nickGraham0 closed 22 hours ago

nickGraham0 commented 5 days ago

Add mongoDB to replace 'pantries' vector and current_pantries variables. The problem right now with these variables is that they don't persist server restarts and are generally not robust.

ikhyunAn commented 5 days ago

Agreed. Will look into MongoDB doc https://www.mongodb.com/resources/languages/express-mongodb-rest-api-tutorial

nickGraham0 commented 2 days ago

See PR #24

ikhyunAn commented 22 hours ago

Works