module
0.0.0-20240607181523-d23ba5298a0c
Repository: https://github.com/woodfyn/file-api.git
Documentation: pkg.go.dev
# README
FILE-API
Description.
This project was made according to the specification using go-fiber for routing, aws s3 for file storage and mongodb.
How to start.
Init go moduls:
make init
Build:
make build
Start:
make run