ForeShop is an online e-commerce electronics shop built with MERN stack using TypeScript.
This project requires pnpm
In backend
folder fill .env
file with your credentials
NODE_ENV = development
PORT = 5000
MONGO_URI = <mongo_uri>
JWT_SECRET = <password>
PAYPAL_CLIENT_ID = <paypal_client_id>
Then run
pnpm install
pnpm run build
Run server with
pnpm run dev
In order to start client server, in frontend
folder run
pnpm install
pnpm run dev