This backend service, built with Nest.js and Prisma, handles APIs of an e - commerce app and works with authentication and scalability.
- Node.js (v21.7.3)
- Nest.js
- Prisma + PostgreSQL
- JWT for authentication
- TypeScript
- Cloudinary (Media management)
git clone https://github.com/nia3zzz/e-commerce-apis
cd e-commerce-apis
npm install
Create a .env
file and configure it as per .env.sample
.
npm run start:dev
- The backend runs at
http://localhost:3000
- Connects to PostgreSQL running in system using
.env
configuration
- API Docs: Postman Collection
- System Design: Eraser Board