https://github.com/bartekdeveloper/hackathon_backend
https://github.com/bartekdeveloper/hackathon_backend
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bartekdeveloper/hackathon_backend
- Owner: BartekDeveloper
- Created: 2025-08-16T13:49:20.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-23T08:58:57.000Z (10 months ago)
- Last Synced: 2025-08-24T03:25:28.552Z (10 months ago)
- Language: Go
- Size: 11.1 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HACKATHON BACKEND
# RUN
```bash
# Run
air # you wont need to restart everytime you make change!
```
# BUILD
```bash
# Release Build
GIN_MODE=release go build .
```