This repo contains the database schema/migrations/tooling and API code for SWOOP.
This project is a work in progress. More information about this project and how to use it will be coming as development progresses.
Instructions for this can be found in the database README.md
Refer to CONTRIBUTING.md
for development setup and
testing instructions.
All settings are managed via environment variables. See the API Settings class for SWOOP-specific settings. Many database connection settings are specified via libpq environment variables.
For testing purposes, one can source the the .env
file, which will
set all required env vars in the local shell environment.