Web application built with Node.js, Express, Prisma, and MySQL2. It allows users to create, read, update, and delete products and users via a RESTful API.
- CRUD operations for products and users
- API versioning and structured folder organization
- Type safety and checks to the Products CRUD operations
git clone https://github.com/joshuasarmiento/nodejs-prisma-mysql-starter.git
cd nodejs-prisma-mysql-starter
npm install
npx prisma migrate dev
npx prisma generate
npm run build
npm run start