rosekamallove / traveey-nestjs-prisma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setting up local enviorment

  • Create a .env containing the following variables

  • Add DATABSE_URL in this .env for a postgresql database

  • Install dependencies using yarn install command

  • Start the local dev enviorment by using the following command

yarn start:dev

You can run the api in postman after setting up the local enviorment:

Run in Postman

About


Languages

Language:TypeScript 85.8%Language:JavaScript 7.6%Language:Shell 6.6%