Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 348 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 348 Bytes

Menu Templating Website

CRUD web application that shows different resturants and their menus. It is built using using Nodejs, express, handlebars, sequelize and sqlite.

Installation

Install dependencies

npm install

Run Application

Run express server

npm start

Application runs on http:/localhost/3000