MKicks is a unique online store specializing in hard-to-find, limited edition, and exclusive sneakers. Our platform is dedicated to providing sneaker enthusiasts with a curated selection of rare kicks that are often challenging to acquire through conventional means.
Traditional merchandise stores often grapple with the challenge of sourcing and providing access to rare, limited edition, and high-end sneakers. MKicks was born out of the desire to bridge this gap and bring these elusive treasures directly to your fingertips, regardless of their scarcity or exclusivity.
With MKicks Online Store, we aim to provide a convenient and accessible way for users to purchase merchandise items from the comfort of their homes.
you need to include an .env
file in the server folder with:
MONGODB_CONNECTION_STRING, PORT & STRIPE_SECRET_KEY.
once you've included the .env file, you can paste the following code into it:
MONGODB_CONNECTION_STRING=mongodb+srv://ammarhasan011:WhgrDMbkNmi7VxNK@cluster0.uyrlsu9.mongodb.net/?retryWrites=true&w=majority
PORT=4000
STRIPE_SECRET_KEY=sk_test_51OacrtDugUdthfjaFc5Rpg5mQqnPbKfiSwYWKZDSh2FXEPZJK2KtEupXsaLGIUgmWIy4HQOAGECmhr40DY9E1lhL00vcyYFlPj
You need to install all apps and packages, run the commandes:
$ cd client
$ npm install
$ cd server
$ npm install
Then run the commands:
$ npm run dev
$ npm run dev