Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 303 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 303 Bytes

Introduction

  • This repo contains the backend routing for the registration and sign in system. It's developed with Fastify, Prisma and PostgreSQL

To get started Then run these commands:

npm i
then
npm run dev

To make a migration on prisma use this command:

npm run migrate