Chat service, to add push notifications and public questions to Frux.
Frux is the newest crowdfunding app in town.
Before reading this repo, you should probably visit our homepage, with lots of info on the development, latest news, and lots (lots) of documentation.
If you are only interested in the source code, check out the different repos!
Frux is currently being developed by
Just run docker-compose up --build to have the server running with MongoDB!
- Install
poetry - Run
poetry install - Setup the following env variables:
DATABASE_URL=<mongo-uri>
DATABASE_NAME=frux_chat
- Run
FLASK_APP=$(pwd)/frux_chat/main.py poetry run flask run
You can enable linter pre-commit hooks by running:
poetry run pre-commit install
Currently in /api/spec.html
