Default server https://...
# Basic endpoint
GET /v1/example { email, password } => { id, key }How to self-host
Set environment variables by using the .env file:
BACKEND_HOST = "127.0.0.1"
BACKEND_PORT = 1337Run the server:
node app.js
MIT
| Name | Name | Last commit date | ||
|---|---|---|---|---|