Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drkittendorf/burger
Dales Burger App
https://github.com/drkittendorf/burger
burgers express-js handlebars mvc-pattern mysql node-js orm
Last synced: about 1 month ago
JSON representation
Dales Burger App
- Host: GitHub
- URL: https://github.com/drkittendorf/burger
- Owner: drkittendorf
- License: mit
- Created: 2020-07-20T17:25:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-19T20:36:10.000Z (10 months ago)
- Last Synced: 2024-03-19T21:39:09.155Z (10 months ago)
- Topics: burgers, express-js, handlebars, mvc-pattern, mysql, node-js, orm
- Language: JavaScript
- Homepage: https://safe-dusk-58943.herokuapp.com/
- Size: 915 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## DALES BURGER APP
## TABLE OF CONTENTS
- [CONTRIBUTORS](#CONTRIBUTORS)
- [USER STORY](#USER-STORY)
- [DESCRIPTION](#DESCRIPTION)
- [REFERENCE LINKS](#REFERENCE-LINKS)
- [Dale's Burger Application :: Live Link](https://safe-dusk-58943.herokuapp.com/)
- [Dale's Burger Application :: GitHub Repo](https://github.com/drkittendorf/burger)
- [LANGUAGES AND TOOLS](#LANGUAGES-AND-TOOLS)
- [CORE PROJECT TECHNOLOGIES](#CORE-PROJECT-TECHNOLOGIES)
- [CORE NODE DEPENDENCIES](#CORE-NODE-DEPENDENCIES)
- [FUTURE DEVELOPMENT](#FUTURE-DEVELOPMENT)
- [LICENSING](#LICENSING)
- [SCREENSHOTS](#SCREENSHOTS-AND-VIDEO)---
## CONTRIBUTORS
Dale Kittendorf
---
## USER STORY
- As a serious burger connoisseur
- I want to be able to view and devour a variety of burgers
- SO THAT I can organize my burgers and keep track of the burgers I have devoured and thos I have yet to devour
---
## DESCRIPTION
A burger logger with MySQL, Node, Express, Handlebars and a homemade ORM. Following the MVC design pattern; using Node and MySQL to query and route data in the app, and Handlebars to generate HTML.
---
## REFERENCE LINKS
Link to **Dale's Burger App** deployed on `HEROKU` - [Application Live Link](https://safe-dusk-58943.herokuapp.com/)
Link to **GitHub Repo** used for application development - [Application GitHub Repo](https://github.com/drkittendorf/burger)
---
## LANGUAGES AND TOOLS:
---
### CORE PROJECT TECHNOLOGIES
Here is a list of all the core technologies used to develop this application.
- `mysql`
### CORE NODE DEPENDENCIES
The dependencies listed below are all the core NPM packages used throughout the project.
-
-
---
## FUTURE DEVELOPMENT
For `future` development, I would like to incorporate the following `enhancements`:
-
---
## LICENSING
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)The code in this project is licensed under MIT license.
---
## SCREENSHOTS AND VIDEO
- ### SCREENSHOT(S)
![screenshot](public/assets/img/screenshot.png)
- ### VIDEO
(TBD)---