indigotech / onboard-matheus-santana

0 stars 0 forks source link

Onboard Project

Project's description

This is a project for learning the basic concepts of backend application development.

Environment and Tools

How to run

  1. 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
  2. Install dependencies:

    • Move for the directory before install dependencies:
      npm install
  3. Run docker:

     docker compose up -d
  4. Run project:

     npm start
    • If you want live-reload run:
      npm run dev