1- clone this repository
2- Install deps
pnpm install
3- .env
file
MONGODB_URI=mongodb+srv://user:[email protected]/E-store?retryWrites=true&w=majority
TOKEN_SECRET=medaminefh
ADMIN_PASS=123456789
USER_PASS=123456789
3- Prepare and run the server
pnpm dev