indigotech / onboard-joao-bernardino

0 stars 0 forks source link

# Onboard Project 🚀

Description

A server program able to:

  1. Store some data in a database (db)
  2. CRUD the data stored in db

Environment and tools

Node.js is used as the runtime and Apollo Server is used to create a GraphQL server. PostgreSQL running on a Docker container manages the database, which is accessed through TypeORM. All code is written in TypeScript.

Versions used:

Steps to run and debug

Install packages:

npm install

Start containers:

docker compose up -d

Run application:

npm start