GoFridge is a full stack web application which allows authenticated users to enter their grocery shopping list, with shopping items, latest purchase price and purchase frequency.
- Follows an MVC design pattern
- Leverages Node.js Express Framework server
- MySQL with the Sequelize ORM library
- Handlebars to generate HTML
- Heroku for deployment
Full-stack site with user input through the browser.
https://gofridge.herokuapp.com/
GoFridge uses open source tools:
- node.js
- npm express
- npm express-handlebars
- npm method-override
- npm body-parser
- npm mysql
- npm sequelize
- materialize
- JQuery
GoFridge requires Node.js to run.
Install the dependencies.
$ npm install