blaiseludvig / stardust-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stardust API

This is the API server for the Stardust application

Installation

# clone the repository
$ git clone https://github.com/blaiseludvig/stardust-backend.git

# install the dependencies
$ cd stardust-backend
$ npm install

Set the required environment variables in the .env file (see .env.example)

.env

# The JWT secret
JWT_SECRET=1234

After the environment variables are set, the server can be started

# running in development mode
# npm run start:dev

# or in production mode
# npm run build
# npm run start:prod

API diagram

API diagram

Edit version here

About


Languages

Language:TypeScript 98.5%Language:JavaScript 1.5%