NOC - Network Operations Center Steps to start the project Rebuild node modules npm i Rename the .env.template file to .env and assign the environment variables Start the databases with the command docker compose up -d Start the app in development mode npm run dev