Giter Site home page Giter Site logo

muntasir2165 / burger Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 1.75 MB

An MVC Burger Logger with MySQL, Node, Express, Handlebars and a homemade ORM

Home Page: https://burger-mb.herokuapp.com/

License: MIT License

JavaScript 74.91% CSS 2.20% HTML 22.89%

burger's Introduction

burger

An MVC Burger Logger with MySQL, Node, Express, Handlebars and a homemade ORM.

Project Motivation

This app was developed as part of the full stack homework assignment at the University of Toronto Full Stack Web Development bootcamp. The implemenation involves usage of MySQL for data persistance, Node.js and Express.js for server-side code and logic handling, Handlebars for HTML templating and a custom ORM for robust communication with the database.

App Link

Environment Setup

  1. Download and Install the latest version of Node.js on you computer.
  2. Download and Install MySQL Community Server. Create a database login with "root" as the username and set the database server to run on the port 3306 (3306 is the default port). For development and demo purposes, the password should be changed to an empty string ("") using the command on line 7 in the schema.sql file. Make sure the server is up and running before executing the app.

Please note that this app was developed using Node v8.11.4.

Getting Started

  1. Either download the zipped project from GitHub or clone the repo into your local machine. The rest of the steps need to be executed on the Terminal:
  2. Cd into the directory burger.
  3. To install all the dependency packages in the project locally, run: npm install
  4. To create the database and tables as well as seed the database with 'mock' data, execute: npm run-script initializeLocalDb
  5. To run the app, execute: node server or node server.js or npm run-script start

Getting Help

If help is needed to understand something in the app or just to provide feedback/suggestion, please send an email to [email protected]

Author

Muntasir Biojid - GitHub Profile

burger's People

Contributors

muntasir2165 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.