GithubHelp home page GithubHelp logo

sequelized-burger's Introduction

Sequelized Burgers

Overview

This is a full-stack web application using MVC architecture and node.js,express,sequelize,handlebars wherein users can keep a track of their favorite burgers. They can enter the burger names they wish to eat. Once they eat, they can either like or dislike the restuarant. At any time, a user can see/edit all burgers that they haven't tried, liked or disliked by him. User can also view the wish list of all users in ascending order of their names and burger names.

Live Site

https://sequelize-da-burger-sdb.herokuapp.com/

burger_screenshot

Description

  • Eat-Da-Burger is an app that lets users input the names of burgers they'd like to eat.
  • Whenever a user submits a burger's name, the app will add the burger to the Wanna Try list.
  • When the user clicks the like button, the burger will move to the left side of the page.
  • When the user clicks the dislike button, the burger will move to the right side of the page.
  • If a burger is added to the like list or dislike list, user can delete the burger from the list by clicking the trash icon next to the burger.
  • Once the user deletes the burger name, user will have to add the name again to the list to see the same burger's name on the Wanna Try list.

Directory Structure

.
├── config
│   ├── connection.js
│   └── orm.js
│ 
├── controllers
│   └── burgers_controller.js
│
├── db
│   ├── schema.sql
│   └── seeds.sql
│
├── models
│   └── burger.js
│ 
├── node_modules
│ 
├── package.json
│
├── public
│   └── assets
│       ├── css
│       │   └── burger_style.css
│       └── img
│       │   └── burger_theme.png
        ├── js
│           └── burgers.js 
|
├── server.js
│
└── views
|   ├── index.handlebars
|   └── layouts
|   |    └── main.handlebars
|   └── partials
|   |    └── burgers
|   |        └── disliked-block.handlebars
|   |        └── liked-block.handlebars
|   |        └── new-block.handlebars
|   |          

Technologies Used

  • Node.js
  • Express.js
  • Express Handlebars
  • MySQL
  • Sequelize ORM

sequelized-burger's People

Contributors

lramac3 avatar dependabot[bot] avatar

Watchers

James Cloos 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.