$ git clone https://github.com/mayurkumarp/NodeJS.git
$ cd NodeJS
$ yarn
$ cp .env.example .env
To run this project, you will need to add the following environment variables to your.env file:
DB_USER
DB_PASSWORD
ACCESS_TOKEN_SECRET
change or add other environment variables if required.
$ npx prisma migrate dev
$ npx prisma db push
$ yarn start
$ yarn dev
{{baseUrl}}/help/api