This is a project for learning the basic concepts of backend application development.
- Node.js v22.5.1
- npm 10.8.2
- Typescript
- GraphQL
- Apollo Server
- Docker
- Prisma
- PostgreSQL
-
Clone the repository:
- Navegue até o diretório do projeto e instale as dependências usando npm:
git clone https://github.com/indigotech/onboard-matheus-santana.git
- Navegue até o diretório do projeto e instale as dependências usando npm:
-
Install dependencies:
- Move for the directory before install dependencies:
npm install
- Move for the directory before install dependencies:
-
Run docker:
docker compose up -d
-
Run project:
npm start
- If you want live-reload run:
npm run dev
- If you want live-reload run: