Nexus API is the backend service for the Scope application, built with NestJS.
Important: The .env file is located in the root Scope repository (the parent directory of this project), not inside NexusApi. The application is configured to look for environment variables there.
npm cinpm run buildDevelopment Mode:
npm run start:devProduction Mode:
npm run start:prodWe have a comprehensive test suite covering unit and E2E scenarios.
npm testFor a detailed breakdown of all tests, see tests/modules/README.md.