Skip to content

MarcelloBB/plata

Repository files navigation

plata

Income manager API

🛠️ Running

1. Clone the project
git clone https://github.com/MarcelloBB/plata.git
cd plata
2. 📦 Run with Go
go mod tidy
go run main.go
3. 🛠️ Running with Makefile

To simplify common development tasks, you can use the provided Makefile:

# Run the application with Swagger docs generation
make run

# Build the application binary
make build

🐳 Running with Docker Compose

Currently, the docker-compose.yml starts PostgreSQL and Redis container.

1. Start the services
docker compose up
2. PostgreSQL access

Configure the database by inserting your credentials into compose:

  • Host
  • Port
  • User
  • Password
  • Database
3. Redis access

Configure the database by inserting your credentials into compose:

  • Host
  • Db
  • Password
  • Expiration (in minutes)

About

expense management api

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published