- NodeJs (npm)
- MongoDB
- Navigate to the
e-commerce-backend
repository - Install dependencies
npm i
- Create
.env
file
cp .example.env .env
- Configure environment variables in
.env
- Start the server
npm run dev
REST API Documentation: Import E-commerce-API-Tests.postman_collection.json into Postman