Skip to content

A full-stack e-commerce application for both buyers and sellers with complete login and cart functionalities.

Notifications You must be signed in to change notification settings

coder2800/flex-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A full-stack e-commerce application for both buyers and sellers with complete login and cart functionalities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •