An E-commerce website to make your life easier
1- Clone this repository & the backend repository
2- Install dependencies for both repos
pnpm install
3- Add the Env variables in .env
file
for the frontend follow the env-sample
file.
for the backend place these in yout .env
file.
MONGODB_URI=mongodb+srv://user:pass@first.cyvpk.mongodb.net/E-store?retryWrites=true&w=majority
TOKEN_SECRET=secrettoken
ADMIN_PASS=123456789
USER_PASS=123456789
4- Run the frontend(this project)
pnpm dev
5- Run the backend
pnpm dev