generated from BRAVO68WEB/typescript-express-hasura-pgsql-template
-
-
Notifications
You must be signed in to change notification settings - Fork 2
installation api
BRAVO68WEB edited this page Jun 24, 2023
·
1 revision
- Navigate to the
packages/api
directory:
cd packages/api
- Copy the
.env.example
file to.env
and fill in the required values:
cp .env.example .env
- Snip up the server:
docker compose up -d
- The server should now be running on port
4000
by default. You can verify this by running:
docker compose ps
Note: For R2 keys you must have an cloudflare account and a domain name.