Skip to content

Motivation - To get a good understanding of both backend and frontend. Also to get a better understanding of Restful API.

Notifications You must be signed in to change notification settings

ranjithkumark8/Ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-Cart

This is simple E-Commerce application where user can add Items to cart and filter them on the basics of the category.

Table of contents

General info

Main aim of this project is to understand and create Restful Api, Authenticating Users using Json web-tokens, hashing passwords using bcrypt.

Screenshots

Home Page

  • In landing you will get basic over view of the projects. To proceed futher you can click on my account on top left corner you will be redirected to signIn page Home Page

Sign In

  • Where users can signIn using unique email id. Other wise you also login with test mail - q@live.com, password-12345678 SignIn

Categories

  • Mens Page Mens Page
  • Womens Page Womens Page
  • Return Sale - where users can view discounted products Return Sale
  • Cart Cart

Packages

FrontEnd:-

  • React
  • formik is a small group of React components and hooks for building forms in React
  • Yup for Form validation

BackEnd:-

  • Mongoose@5.11.15
  • Jsonwebtokens
  • Express
  • bcrypt

Setup

git clone https://github.com/ranjithkumark8/Ecommerce.git <your_directory_name>
npm install
You will require .env file to run the application, contact the contributors or create your own.

Features

  • Users can filters different products based on the categories available
  • Can add products to the cart and remove them if he/she dislikes them

To-do list:

  • Quanity for products in cart page
  • Error messages at SignIn
  • Payment need to Implement

Reference

Contact

Created by @Ranjith Kumar - feel free to contact me!

About

Motivation - To get a good understanding of both backend and frontend. Also to get a better understanding of Restful API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published