GOAPI API2 is the migration of Java Goapi. It's completely written in nodejs + typescript + expressjs
localhost:5000/api2/image/imgur
At local: ./script/build-image.sh ./script/push-image.sh Test image at local (with prod config) ./script/run-image.sh
Deployed to https://app.koyeb.com Copy all environment variables in /work/app-configs/goapi2/prod/env.sh to docker configuration
- Dev: ConfigService loads configs and secrets from /data/app-configs/goapi2/dev/config.yml'
- Prod: they are loaded from docker environment variables/
Access: http://localhost:8200
yarn dev
yarn dev-js
./scripts/run-image It can be used for testing image or just to quickly run backend at local
- The following are for typeorm "emitDecoratorMetadata": true, "experimentalDecorators": true,