/NodeNOC

Building a Network Operations Center (NOC) with Node JS and Typescript

Primary LanguageTypeScript

NOC Proyect

dev

  1. Change the file env.template to .env
  2. Setup the enviroment variables
PORT =

MAILER_EMAIL=
MAILER_SECRET_KEY=

PROD=
  1. Execute npm install
  2. Setup the databases with docker compose up -d
  3. Execute npx prisma migrate dev
  4. Execute npm run dev