Code Monkey home page Code Monkey logo

shoppingsitenodejs's Introduction

Updated with Passport Authentication

Shopping Website in node js

shopping Website Using Vue js (front-End), Sequelize(Orm), Sqlite3 (Database)

Tables -

Vendors, Products, Cart

Products should have vendorId foreignKey

  1. Add Product Page

             We should be able to add products
             with the following values - 
             
             a) Product Name
             b) Product Vendor (select)
             c) Product Price
    
  2. Product Listing Page

             Products should show up in form of cards
             with details and an 'add' button
    
             When we click on 'add', it should be added
             to cart (or, qty++)
    
             Note: We should be able to filter by vendor
    
  3. Cart Page

             A table of all products on cart
    
             Product                Quantity              Rate       Amount
             mobile                  - 1 +                8000        8000
             laptop                  - 1 +                20000       20000
             xbox                    - 2 +                30000       60000
                                                          TOTAL       88000
    

NOTES: '''

Vue Js for Front-end and Axios for Http Calls Used Localhost: 5678(port)

''' Run: Node server.js to run the app

shoppingsitenodejs's People

Contributors

kripajhaa avatar

Watchers

 avatar

Forkers

shrikarachar

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.