maxlemieux / quokka

Project 3 "Quokka"
MIT License
0 stars 2 forks source link

Must be backed by a MySQL or MongoDB Database with a Sequelize or Mongoose ORM #8

Closed maxlemieux closed 4 years ago

maxlemieux commented 4 years ago

MLab/MongoDB + Mongoose ORM - see also #7

maxlemieux commented 4 years ago

Working, see demo at https://boiling-peak-23377.herokuapp.com/

The ORM lives at:

client/src/utils/API.js routes/api/*.js controllers/booksController.js

maxlemieux commented 4 years ago

The database is Mongoose, hosted by an Mlab addon to Heroku.