Coder Social home page Coder Social logo

for-the-sake-of-cake's Introduction

For-The-Sake-of-Cake

Technologies Used:

  • Node Express
  • Postgres
  • AJAX
  • Javascript
  • jQuery
  • HTML
  • CSS

Wireframes:

User Stories:

  • As a user, I want to create an account so I can sign in to make orders.
  • As a user, I want to browse through products and add items to my cart.
  • As a user, I want to check-out with the items in my cart and make a payment to complete my order.
  • As a user, I want to have access to my previous orders to check their status.
  • As a user, I want to be able to look at the items in each previous order to see more details.

Approach taken:

  • Divide and conquer for models, controllers and views. Focusing on getting each thing to work at a time to make sure I end up with a robust web application.
  • Cart system created and managed with front end scripts and utilizing session storage to be able to add items to cart without making the user have to log in. They only have to log in when they try to check out and complete the order.
  • Database relationships between the users and orders (1 user can have many orders), and between the order and orderItems (1 order can have many order items), and 1 orderItem can have 1 product with a specified quantity.

Installation instructions:

Unsolved problems:

  • The user can clear their cart but can't remove/edit the quantity of a single item in the cart.
  • The payment is not live because the project is not in production level yet.

Resources:

Shoutouts:

Special thanks for the support you provided throughout the project.

  • Trevor
  • Jackie
  • Ghadeer
  • Sultan

for-the-sake-of-cake's People

Contributors

arfajraa 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.