Skip to content

harishnarain/burger-class

Repository files navigation

The Burger Class - Where our burgers are full of CRUD

MIT license

In this assignment we create a burger logger with MySQL, Node, Express, Handlebars and a homemade ORM (yum!). It follows the MVC design pattern by using Node and MySQL to query and route data to the app, and Handlebars to generate a HTML.

Table of Contents

Installation

  1. Clone this GitHub repository

    git clone [email protected]:harishnarain/burger-class.git
    
  2. Install all dependent npm packages

    npm install --save
    
  3. Update the config/connection.js file with updated MySQL connection parameters.

Usage

Run npm start and using your web browser to access https://localhost:8080.

A demo of the application is available at: https://vast-reaches-81554.herokuapp.com/

License

This project uses the MIT license

Contributing

Pull requests are welcome

Screenshots

Screenshot1

Questions

Checkout my GitHub profile

Please feel free to email at: [email protected]

About

The Eat Da Burger Homework Assignment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published