Giter Club home page Giter Club logo

grizara's Introduction

WORKING ON IT

An e-commerce Website for business where user can create thier account and shop products.

Front-end

API

Database view

Libraries/technologies used in Back-end

  • Express : To create an API and its endpoint to fetch data in front-end.
  • MongoDB : I am using Mongo database to store all products and users details.
  • Jsonwebtoken : To create a web token to keep the user login without storing the actual username and password in cookie to my site because the token generated by this is digitally signed and owner of it can be verified.
  • Bcrypt : to convert the user's password into a hash and sha256 is used.
  • stripe : for accepting payment from the customer of product purchased.
  • nodemailer : to send the email notification to user about purchase, order, delivery status and reset password link.

Libraries/technologies used in Front-end

  • React : for component based app and reusability and also my fav. library .
  • Redux : to create a store and fetch all of the data, for state management.
  • material-UI : because some of the components I want to keep simple and for that i dont have to make another component material ui will provide it.
  • axios : to fetch the data from backend.
  • react-icons : to get all simple svg icons like search, cart, facebook, instagram logo.
  • webfontloader : to load the fonts.

note: If you get this error FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory while building a production build use this command to build node --expose-gc --max-old-space-size=8192 node_modules/react-scripts/scripts/build.js

grizara's People

Contributors

greazey avatar

Stargazers

 avatar

Watchers

 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.