zennajjames / ChewApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chew

A journal for culinary connoisseurs.

Chew is a full stack application built with MySQL, Node, Express, Handlebars and a homemade ORM (yum!). It follows the MVC design pattern; using Node and MySQL to query and route data, and Handlebars and W3CSS to generate and style the HTML.

Description

The user logs restaurant experiences by adding each to the MySQL database and can toggle them by clicking on each, moving it into the adjacent table and updating its status in the database.

Demo

The demo of Chew can be found here.

chew

Installation

To run the application locally, first clone this repository with the following command.

git clone git@github.com:zenjdukeChewApp.git

Next, install the application dependencies.

cd ChewApp
npm install

Finally, run the node server locally.

node server.js

Now, open the local application on port 8080 at the URL: http://localhost:3000/.

Enjoy!

About


Languages

Language:CSS 67.4%Language:JavaScript 32.1%Language:HTML 0.5%