Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 643 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 643 Bytes

Techpoint

A responsive full-stack eCommerce website built with React, Redux, Express and MongoDB

Click here to view a demo.

Techpoint Image

How to use the project:

git clone https://github.com/trung2012/techpoint.git

Create an .env file in the project root directory with the following variables:

db=yourMongoDB_URL
jwtSecret=YOUR_OWN_SECRET
STRIPE_SECRET_KEY=YOUR_STRIPE_SECRET_KEY

Then run the following commands in the terminal:

npm install

cd client && npm install

cd ..

npm run dev


Enjoy!