Skip to content

A BrAPI server implementation using PostgreSQL as its core technology.

Notifications You must be signed in to change notification settings

mlm483/brapi-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brapi-postgres

A BrAPI server implementation using PostgreSQL as its core technology. The very light application code in this repo uses flask.

Development

  1. Start up the postgreSQL container.
docker compose up -d
  1. Install dependencies (optionally create a virtual environment first).
pip install -r requirements.txt
  1. Run flask development server in debug mode.
flask --app server run --debug

About

A BrAPI server implementation using PostgreSQL as its core technology.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published