- Go (latest version recommended)
- PostgreSQL (if using a database)
git clone https://github.com/heyoSSam/TalUp-backend
cd your-repogo mod tidyCreate a .env file in the project root and configure it as follows:
DATABASE_URL=""
ROBERTA_URL=""
PORT=""
JWT_SECRET=""go run main.goYou can generate Swagger documentation by running:
swag initThen, access the documentation at:
http://localhost:8080/swagger/index.html