Skip to content

batunpc/Steakhouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Meal delivery website - WEB322 Assignment 5

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

View Demo · Report Bug · Request 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)

About

🦑 RESTful API to manage CRUD operations using node expressJS sequelize, hbs as templating engine and postgreSQL as database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published