Deployment - OAMKpathfinder/group4 GitHub Wiki
Work in Progress
The app can be easily deployed using Docker.
Backend Environment Variables
PORT=3000
NODE_ENV=development
POSTGRES_USER=user
POSTGRES_PASS=password
POSTGRES_DB=db
POSTGRES_HOST=host
POSTGRES_PORT=5432
JWT_SECRET=thisCanBeAnyStringYouWant
Admin Console and Frontend
These are already built with the environment variables attached. More details soon.