sluucke / api-refresh-token

Making refresh token api with SOLID, PGSQL, PrismaORM and Express

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Making refresh token api with SOLID, PGSQL, PrismaORM and Express


Languages

Language:TypeScript 100.0%