frux-chat

July 29, 2021 ยท View on GitHub

Chat service, to add push notifications and public questions to Frux.

Logo

MIT License

What is 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

Link to heroku

Develop environment

With docker-compose

Just run docker-compose up --build to have the server running with MongoDB!

Running locally without docker

  1. Install poetry
  2. Run poetry install
  3. Setup the following env variables:
DATABASE_URL=<mongo-uri>
DATABASE_NAME=frux_chat
  1. Run FLASK_APP=$(pwd)/frux_chat/main.py poetry run flask run

pre-commit hooks

You can enable linter pre-commit hooks by running:

poetry run pre-commit install

Docs

Currently in /api/spec.html