In this project, I set out to create a web API that will create, update, delete and edit bucketlists. The API is deveoped in flask with help from FlaskRestful.
For installation steps, go to this repo for detailed steps on how to achieve that as this will only cater for dockerizing that same app.
Assuming you have docker and docker compose are installed already locally. But if you do not, follow the steps on this site for docker, and this for docker compose.
With that set up, clone this repo so that we get started here.