fangpenlin / bugbuzz-api

Bugbuzz HTTP API server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bugbuzz-api

Bugbuzz HTTP API server

Setup development environment

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 initdb

to create tables. Next, you can now run the server, via

pserve development.ini

For 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.

Relative projects

About

Bugbuzz HTTP API server

License:MIT License


Languages

Language:Python 99.3%Language:Mako 0.7%