- Clone the project.
- Copy the
env.template
and rename it to.env
. - Execute the following command:
yarn install
- Run the image (Docker desktop)
docker-compose up -d
- Run the backend server of NestJS:
yarn start:dev
- Go to the site:
localhost:4000/graphql
- Execute the "mutation" executeSeed, to fill the database with the information
Actual private repository leinadpy/nest-graphql-prod:1.0.1