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

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.

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`