the analytics app for sudoswap.
For main documentation, please refer to the client app repo here.
We will be using the client app repo for majority of the wiki and documentation.
The backend is built using Python and Flask.
Install Python requirements
pip install -r requirements.txt
Start the server for development
python3 main.py
Please read the contribution guidelines before starting work on a pull request.