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-apisnpm installCreate 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
.envconfiguration
- API Docs: Postman Collection
- System Design: Eraser Board