Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 383 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 383 Bytes

Refresh Token API with PostgresSQL, Prisma and ExpressJS

Special thanks to Rocketseat for helping to make this project

How to use

Start prisma

prisma generate

Migrate to prisma

prisma migrate dev

To start the project with yarn

yarn dev

or with npm

npm run dev