Less noise. More craft.
A minimal, clean, and modern backend starter using Express, TypeScript, and Prisma ORM, built to scale from prototypes to production.
- Node.js + Express
- TypeScript
- Prisma ORM + MySQL
- RESTful API structure
- Built-in support for testing & scalable architecture
git clone git@github.com:hgq287/dt-node-hgqbe.git
cd dt-node-hgqbe
npm install
Make sure you have MySQL running. Then run:
npx prisma migrate dev --name init
npm run build
npm run prod
Or during development:
npm run dev
This project is licensed under the MIT License.
© 2025 Hg Q.
MIT License – You are free to use, modify, and distribute this project with attribution.