Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 803 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 803 Bytes

Issue, change your vscode ts version to 3.4.5. Project will show 'too large interface' when ts version higher 3.5.0.

Getting started

Run the following command to clone the starter

git clone https://github.com/victorkangsh/yoga2-jwt.git

Then cd and change .env file and Dockerfile env

Once this is done, run

yarn install
yarn deploy

For a quicker startup, choose Demo server

? Set up a new Prisma server or deploy to an existing server?
  Use existing database      Connect to existing database
  Create new database        Set up a local database using Docker

  Or deploy to an existing Prisma server:
❯ Demo server                Hosted demo environment incl. database

You're good to go, simply run yarn dev and the server will start 🙌