A BrAPI server implementation using PostgreSQL as its core technology. The very light application code in this repo uses flask.
- Start up the postgreSQL container.
docker compose up -d- Install dependencies (optionally create a virtual environment first).
pip install -r requirements.txt- Run flask development server in debug mode.
flask --app server run --debug