Skip to content

smartswap-org/NexusApi

Repository files navigation

Nexus API

NestJS TypeScript Postgres ClickHouse JWT GitHub Actions

Nexus API is the backend service for the Scope application, built with NestJS.

Environment Setup

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.

Getting Started

1. Install Dependencies

npm ci

2. Build the Application

npm run build

3. Run the Application

Development Mode:

npm run start:dev

Production Mode:

npm run start:prod

4. Run Tests

We have a comprehensive test suite covering unit and E2E scenarios.

npm test

For a detailed breakdown of all tests, see tests/modules/README.md.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors