Coder Social home page Coder Social logo

flex-shop's Introduction

Flex-Shop (The e-commerce website catering to all your needs related to buying and selling)

This website is divided into two sections. One of the section is used to cater to the needs of the buyer and the other section is to cater to the needs of a person wanting to sell his product.

Getting Started


The first step is to clone this flex-shop repository by opening your git bash and typing:

git clone https://github.com/coder284/flex-shop.git

This will create a copy of all the files in this repository on your computer. To install the dependencies you will have to type:

npm install

Languages Used


  1. HTML5
  2. CSS3
  3. JavaScript

Tech stack and database used


  1. NodeJS
  2. Postgres

Working on frontend


Firstly the user will have to sign-up to the website. The sign-up page looks like this:

SignUpPage

After signing up the user will be directed to the home page of the website:

HomePage

Now the user may choose to click on the buy now button or the sell now button depending on his needs:

If the user clicks on buy now button then he is directed to the buyer homepage:

buyerHomePage

On choosing the category of products which the user wants to buy, the user will be directed to the page of that category:

productPage

On choosing the products he wants to buy, the user is directed to the cart page:

cartPage

If the user clicks Sell now button then he is directed to the seller homepage:

SellerHomePage

After this, the user is directed to the details page in which he has to enter all the details of the product which he is selling:

detailsPage

After this the user will be directed to the address page:

addressPage

After this the user will be directed to the payment page:

paymentPage

There is also an about us page:

aboutPage

And also a contact us page:

contactUs

and many more pages...

Backend -


The website has an authentication mechanism wherein new users have to create an account and existing users have to login. On performing this the user will be given a token to access further pages.

For doing this, we require some npm modules like:

-> express
-> cors Cross-Origin Resource Sharing
-> Jwt (Jsonwebtoken)
-> bcrypt
-> postgresql

flex-shop's People

Contributors

coder2800 avatar iampkumar02 avatar iampkumar 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.