Giter Club home page Giter Club logo

ecommerce-masksrus-m3ih's Introduction

ecommerce-masksrus-m3p-ih

Description

eCommerce shop for any kind of mask.

Pages

  • homepage - I want to be able to access the homepage and filter by type of mask, search, log in and sign up.
  • sign up - As a user I want to sign up on the webpage so that I can make purchases and add items to my wishlist.
  • login - As a user I want to be able to log in on the webpage so that I can get back to my account.
  • logout - As a user I want to be able to log out from the webpage so that I can make sure no one will access my account.
  • wishlist - As a user I want to see the list of my favorite and delete them.
  • edit user - As a user I want to be able to edit my profile.
  • search result/categories - I want to see the list of masks filter by my search, and browse by categories.
  • mask listing - I want to see more details of the mask, be able to call them and visit their website and save it as favorites.

Routes:

Method Route Front Route Back Description Completed routes
GET / /products Main page route. Render home view. yes
POST auth/login /auth/login Login route. Sends login form info to the server. yes
POST auth/signup /auth/signup Signup route. Sends signup info to server and creates user in DB. yes
POST auth/logout /auth/logout logout route.logs out user in db. yes
GET /user /user Private route. Renders profile view. yes
POST auth/user/:id/edit-profile /user/:id/edit-profile Private route. Sends edit-profile info to server and updates user in DB. yes
GET /user/:id/wishlist /user/:id/wishlist Private route. Render the wishlist view. no
DELETE /user/wishlist /user/wishlist Removes products from wishlist. no
GET /products /products Renders products-list view. yes
GET /products/:id /products/:id Render mask-details view. yes
POST /products/:id /products/:id Post the user's product to DB. yes
POST /user/:id/cart Post the products into User's product list array
GET /user/:id/cart Brings the cart's products from db

Models

User model

{
  name: String,
  email: String,
  password: String,
  shippingAddress: String,
  cartList: [Object.type. ref'product']
  wishlist: [{Object.type ref'product', quantity}]
}

Product model

{
  brand: String,
  name: String,
  description: String,
  originalPrice: String,
  actualPrice: String,
  feedback: [{ }],// backlog
  Rating: [ ], 
  photo: String,
  shippingTime: String,
  material: String,
  color: String,
  size: String,
  stock: Number
}

Backlog

Passport

Social login through Passport.

Payments

Accept payments through Stripe or similar platform.

Scrapping

Web Scrapping on Amazon and/or Aliexpress for dropshipping.

Links

Trello

https://trello.com/b/V8Oadhfw/proyecto3-adrian-unai

Figma

https://www.figma.com/file/xjrZvqTT3ucQcdQwzsUhas/proyecto3-adrian-unai?node-id=0%3A1

Git

https://github.com/adrianVide/ecommerce-masksrus-m3p-ih

Slides

To be added.

ecommerce-masksrus-m3ih's People

Contributors

unai6 avatar adrianvide avatar

Watchers

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