Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/watchakorn-18k/go-fiber-aws-s3
https://github.com/watchakorn-18k/go-fiber-aws-s3
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/watchakorn-18k/go-fiber-aws-s3
- Owner: watchakorn-18k
- Created: 2024-06-17T15:58:05.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-06-17T15:59:15.000Z (5 months ago)
- Last Synced: 2024-06-17T18:02:24.994Z (5 months ago)
- Language: Go
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# go-fiber-aws-s3
![img](https://cdn.discordapp.com/attachments/372372440334073859/1216723412244893738/go_1.gif?ex=66016cfb&is=65eef7fb&hm=76c9538616341d981031c54ade56cbeee7eadc96c71d64bbaa6f85cc60436b40&)
## Install golang package
```bash
go mod tidy
```# Set Environment `.env`
```
DATABASE_NAME=
MONGODB_URI=
PORT=1818JWT_SECRET_KEY=Test
JWT_REFESH_SECRET_KEY=Test
```# Start APP
```sh
go run . || go run main.go
```## Air
```sh
go install github.com/cosmtrek/air@latest
``````sh
air
```# Podman
```
podman build -t fiber-test .
``````
podman run --rm -it -p 3000:3000 fiber-test
```