you need to have:
- Docker installed
- Docker-compose installed
to see the app up and running, run:
make app-up
browse the app at: http://localhost:8080
run the following commands to get started:
cp .env.example .env
docker-compose up
Run the following command to run the tests:
make test
this app is built with the following libraries/packages:
- Gin Web framework for api routing
- AWS SDK for AWS S3
- add more tests for the app (s3 package)