Backend API application for my Simple Wordle application.
Built using FastAPI
A demo is accessible at https://bagaze-wordle-backend.herokuapp.com/docs
Clone the repository and perform the following commands:
cp env-sample ./.env
poetry install
poetry run start
App is accessible at: http://localhost:8080 Doc is accessible at: http://localhost:8080/docs
cp env-sample ./local-env
docker-compose build
docker-compose up
App is accessible at: http://localhost:9090 Doc is accessible at: http://localhost:9090/docs