Skip to content

Latest commit

History

History
121 lines (95 loc) 路 3.17 KB

README.md

File metadata and controls

121 lines (95 loc) 路 3.17 KB

Logo

Meal delivery website - WEB322 Assignment 5

REST API to manage meals and authorization
with Node.js and Express.
Explore the docs 禄

View DemoReport BugRequest Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Acknowledgments

About The Project

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.

(back to top)

Built With

Following Node libraries used:

  • express
  • express-handlebars
  • express-validator
  • multer
  • nodemon
  • pg
  • pg-hstore
  • sequelize

(back to top)

Getting Started

To get a local copy up of the app and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install

Installation

  1. Clone the repo
    git clone https://github.com/batunpc/Steakhouse.git
  2. Install NPM packages
    npm install
  3. Start server locally
    npm run 'devstart';

(back to top)

Acknowledgments

(back to top)