install mysql client on your machine if you haven't done yet
$ sudo apt-get install default-mysql-client
$ mysql -h 140.116.249.231 -u root -D master
$ ./db/setup.sh
$ docker-compose up -d
$ mysql -h 127.0.0.1 -u root -D master
pipenv install
pipenv run uvicorn main:app --reload
Go to http://127.0.0.1:8000/docs
Then you will be able to test on OPENAPI