d00fe6fdb70465f3727fccb37150f4ada497ca3b
All checks were successful
Gitea Actions Demo / build (push) Successful in 5m20s
us.dev Generalized API
AKA the monolith
Quickstart
Dependencies:
- Docker
- Node 18
# Copy example .env
cp .env.example .env
# Install Dependencies
yarn
# Start local services
docker compose up -d
# Copy default data into local minio
cp -r default/* data/minio/devbucket
# Start Application
yarn start:dev
Visit http://localhost:3000/api
Configuration
Supply the following environment variables:
Env Name | Description |
---|---|
JWT_SECRET | A big string to use as the JWT token secret |
ADMIN_PASS | The password for the admin user |
Description
Languages
TypeScript
91.4%
Handlebars
8.4%
Dockerfile
0.2%