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
- Host: GitHub
- URL: https://github.com/akalanka47000/node.js-prisma-sample-backend
- Owner: Akalanka47000
- License: mit
- Created: 2022-04-21T15:52:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-22T09:42:12.000Z (about 3 years ago)
- Last Synced: 2025-01-11T02:29:18.828Z (5 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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