Skip to content

involvedtechbr/graphql-api-starter

Repository files navigation

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

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/

Installation

Clone the repo

git clone git@github.com:involvedtechbr/graphql-api-starter.git
  1. Install packages

    pnpm i
  2. Setup Configuration

    pnpm config:env
  3. Run the Project

    pnpm dev