Skip to content

RadarDAO-xyz/radar-launch

Repository files navigation

Radar Launch API

Handles backend measures for the Radar Launch

The frontend can be found here.

View the Postman collection for this API here.

Quick Start

Copy the .env.template to .env and fill in the variables with appropriate data

You can start the application locally using

npm run dev
# or
yarn dev

This will host it on ::3000.

Production host

The production host is proxied using nginx, which is why the server is listening at odd ports, like 82 and 445 (see ecosystem.config.js). Nginx redirects all /launch urls to this server.

The Ratelimit system connects to a memcached server hosted on the local machine. This is required to start the server in prod mode