Simple uptime
git clone https://github.com/MarcelloBB/ticker.git
cd tickergo 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 config-file.ini:
- Host
- Port
- User
- Password
- Database
Configure the database by inserting your credentials into config-file.ini:
- Host
- Db
- Password