This is a project for learning the basic concepts of backend application development.
Clone the repository:
git clone https://github.com/indigotech/onboard-matheus-santana.git
Install dependencies:
npm install
Run docker:
docker compose up -d
Run project:
npm start
npm run dev