Income manager API
git clone https://github.com/MarcelloBB/plata.git
cd platago mod tidy
go run main.goTo simplify common development tasks, you can use the provided Makefile:
# Run the application with Swagger docs generation
make run
# Build the application binary
make buildCurrently, the docker-compose.yml starts PostgreSQL and Redis container.
docker compose upConfigure the database by inserting your credentials into compose:
- Host
- Port
- User
- Password
- Database
Configure the database by inserting your credentials into compose:
- Host
- Db
- Password
- Expiration (in minutes)