To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
-
Node.js
https://nodejs.org/en/download/
-
PNPM
npm install pnpm -g
-
MongoDB
https://www.mongodb.com/docs/manual/installation/
Clone the repo
git clone git@github.com:involvedtechbr/graphql-api-starter.git
-
Install packages
pnpm i
-
Setup Configuration
pnpm config:env
-
Run the Project
pnpm dev