Nexirift's high-performance reference API server implementing the NPS.
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| src | ||
| .env.example | ||
| .gitignore | ||
| auth-schema.ts | ||
| biome.json | ||
| bun.lock | ||
| docker-compose.dev.yml | ||
| drizzle.config.ts | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Aurora
Nexirift's high-performance reference API server implementing the NPS.
Development
Prerequisites
The following guide assumes you are using Linux (or WSL).
- Docker & Docker Compose
- Bun
Getting Started
-
Clone the repository:
git clone https://git.codeguilds.org/Nexirift/aurora.git -
Install dependencies:
bun i -
Copy .env.example to .env:
cp .env.example .env -
Run Docker compose development:
docker compose -f docker-compose.dev.yml up -d -
Start the development server:
bun dev