Skip to content

heraldjose10/Nike-Store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nike Clone

Live Demo

How to run this on localhost?

This project was bootstrapped with CRA. Follow these steps to clone and run this project in your local machine:

  • run yarn install

  • run yarn start to start react server

  • run yarn start-api to start Flask server

Dont forget to add following environment variables in a .env file in root folder:

  • REACT_APP_PAYTM_MID : Merchent ID from PayTM

Add the following environment variables in .env file inside api folder:

  • SECRET_KEY : secret key for flask app
  • JWT_SECRET_KEY : secret key for JWT module
  • PAYTM_MID : Merchent ID from PayTM
  • PAYTM_MERCHENT_KEY : Merchent ket from PayTM

Run yarn build to create a production build.

Features

  • User Authentication using JWT. Auth using refresh token.

  • Product data scraped from Nike India Sale page.

  • PayTM payments gateway.

  • Product filters by gender and product category

  • Option to add products to favorites.

Screenshots

About

A shopping website with products from Nike store

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published