[go: nahoru, domu]

Skip to content

A burger logger with MySQL, Node, Express, Handlebars and a homemade ORM using MVC design pattern.

Notifications You must be signed in to change notification settings

radhika-sivarajan/eat-da-burger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eat Da Burger

A burger logger with MySQL, Node, Express, Handlebars and a homemade ORM using MVC design pattern. Used Node and MySQL to query and route data in this app, and Handlebars to generate HTML.

To Install

  • Git Clone the repository to your local machine.
  • Navigate to the folder where the repository in Terminal.
  • Run the command npm install to download the required dependencies.

Dependencies

npm packages

  1. body-parser (Node.js body parsing middleware)
  2. express (Web framework)
  3. express-handlebars (A Handlebars view engine for Express)
  4. method-override (Override HTTP verbs)
  5. mysql (A node.js driver for mysql)

To Run

To run Friend Finder app in the local machine, Type following command in terminal inside the directory.

node server.js

Then run below address on browser.

localhost:3000

Screenshots

Home page home-page

About

A burger logger with MySQL, Node, Express, Handlebars and a homemade ORM using MVC design pattern.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published