# README
TempFile.Link Backend
Commands
Development
- Install the dependecise:
go mod download
- Run the server:
go run main.go
or
go install github.com/air-verse/air@latest
air
Production
Linux
- Build the application
go build -o server main.go
- Run the application
./server
Windows
- Build the application
go build -o server.exe main.go
- Run the application
.\server.exe
Docker
- Build the image
docker build -t tempfile .
- Run the image
docker run --name tempfile -p 3001:3001 --env-file .env -e DB_HOST=host.docker.internal tempfile
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author