https://github.com/gurleensethi/node-fastify-prisma-sample
Sample project (backend for a products website) built with fastify and prisma.
https://github.com/gurleensethi/node-fastify-prisma-sample
Last synced: 7 months ago
JSON representation
Sample project (backend for a products website) built with fastify and prisma.
- Host: GitHub
- URL: https://github.com/gurleensethi/node-fastify-prisma-sample
- Owner: gurleensethi
- Created: 2020-11-29T23:08:26.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-07T13:48:07.000Z (almost 5 years ago)
- Last Synced: 2025-01-29T18:30:20.726Z (9 months ago)
- Language: TypeScript
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-fastify-prisma-sample
## Database
### Knex for migrations
- Create new migrations: `npx knex migrate:make -x ts `
- Run all migrations: `npx knex migrate:latest`