Eat Da Burger / Demo
Eat Da Burger is a full stack web application that lets you add a burger and then devour it. It's just a prototype web app to showcase a basic CRUD app. At the moment this app is just a CRU app.
This app was built using the MVC framework where an ORM file was used to make general purpose SQL queries that can later be reused and views folders for dynamic rendering of HTML.
For the backend, this app was built with Node.js, Express, and MySQL. On the frontend it's using the templating engine Handlebars, I grabbed Bootsrap to pull in some components and do a simple layout, and finally it's grabbing the $.ajax method from jQuery.
Feel free to clone or fork this repo if you find it useful. To install dependencies make sure to run:
npm i
You will also need to install MySql Workbench or some other application that handles SQL databases. Before spinning up the server, use the files in the db folder, the schema.sql and seeds.sql, end run them in MySql Workbench to have some data and make sure to put in your own user and password in the config/connection.js file.
If everything is ok you should be able to see this app running locally in your browser at localhost:8080.
If you wish to see a working demo of this app you can go here. This app was deployed to Heroku.
If you wish to contribute to this project please do a pull request. That be super cool.
Have any questions? Want to collaborate on a project? Shoot me an email