Skip to content

timothypage/sota-web-api

Repository files navigation

SOTA Web API

backend for https://tzwolak.com/map.html

Dev

cd infrastructure && terraform apply

cp .env.example .env

fill out .env with info from terraform and your oidc provider (keycloak or auth0)

docker compose start db

psql -h localhost -U postgres
CREATE ROLE sota_web_dev WITH LOGIN PASSWORD 'dev';
CREATE DATABASE sota_web_dev OWNER = sota_web_dev;

https://github.com/mbucc/shmig

shmig -A -t postgresql -d sota_web_dev -H localhost -l sota_web_dev migrate

nodejs v18 recommended

npm install
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors