An open API service indexing awesome lists of open source software.

https://github.com/akalanka47000/node.js-prisma-sample-backend

Template repository for a initial Node.js backend integrated with Prisma
https://github.com/akalanka47000/node.js-prisma-sample-backend

Last synced: 3 months ago
JSON representation

Template repository for a initial Node.js backend integrated with Prisma

Awesome Lists containing this project

README

        

# node.js-prisma-sample-backend

Project init commands:

- npm install - Install all dependancies
- npm run migrate - Run database migrations
- npm run dev - Start development server
- npm start - Start production server