Bugbuzz HTTP API server
Clone bugbuz API repo, cd to the folder, then install the dependencies
pip install -e.[tests]Ensure you have PostgreSQL running and have bugbuzz database, then run
bugbuzz_service -c development.ini initdbto create tables. Next, you can now run the server, via
pserve development.iniFor now, the API server should be up and running. If you have different database configuration, you can modify development.ini and change sqlalchemy.url = postgres://localhost/bugbuzz to something else.