repository
0.0.0-20241006235245-ea6e1cda43ba
Repository: https://github.com/minacio00/easycourt.git
Documentation: pkg.go.dev
# README
easyCourt
This is a REST API for EasyCourt, a court management and reservation system.
Getting Started
Prerequisites
- Go
- PostgreSQL
Configuration
Create a .env
file in the root directory with the following content:
DB_HOST=your_host
DB_PORT=5432
DB_USER=your_db_user
DB_NAME=your_db_name
DB_PASSWORD=your_db_password
JWT_SECRET=
Running
go run cmd/main.go