REST API to manage meals and authorization
with Node.js and Express.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
There are many great RESTful APIs available on GitHub; however I created this website based on my college requirements, so there might be things that you may notice I took the roadmap in a longer way. Although it was nice experience creating my first RESTful API using expressJS, sequelize, express-handlebars as templating engine and postgreSQL as database.
The instructions for section WEB322 Assignment 4 & 5 can be found in pdf file.
- express
- express-handlebars
- express-validator
- multer
- nodemon
- pg
- pg-hstore
- sequelize
To get a local copy up of the app and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install
- Clone the repo
git clone https://github.com/batunpc/Steakhouse.git
- Install NPM packages
npm install
- Start server locally
npm run 'devstart';