Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 914 Bytes

File metadata and controls

35 lines (20 loc) · 914 Bytes

Sudo.fyi Backend

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.

  • Client app repo can be found here.
  • Backend repo can be found here.

Getting Started

The backend is built using Python and Flask.

Install Python requirements

pip install -r requirements.txt

Start the server for development

python3 main.py

Contributing

Please read the contribution guidelines before starting work on a pull request.

License

MIT License