The official repository of the $GODZ bot. This is where we handle all the bot requests.
- python (FastAPI)
- db (Postgres)
macos:
First you will need to install the brew package manager https://brew.sh/
First install pyenv, it will allow you to choose the default python version for your environment
brew install pyenv
Install pipenv, it will create a virtual environment for your code
brew install pipenv
Windows: