Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.
/ yark Public archive

Yet another easiest authentication system on top of NestJS, prisma2, react-ssr and Material UI

License

Notifications You must be signed in to change notification settings

saltyshiomix/yark

Repository files navigation

Development on MacOS

# install and setup postgresql@11
$ brew install postgresql@11
$ brew services start postgresql@11
$ createuser -P yarkuser
$ createdb yarkdb -O yarkuser

# install and setup yark
$ git clone git@github.com:saltyshiomix/yark.git
$ cd yark
$ yarn
$ cp prisma/.env.example prisma/.env
$ yarn prisma2 generate
$ yarn prisma2 migrate up --experimental
$ yarn seed
$ yarn dev

Enter test@test.com / testpass, and you will see You are now logged in!.

About

Yet another easiest authentication system on top of NestJS, prisma2, react-ssr and Material UI

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published