Categorygithub.com/EatonEmmerich/cloudStorage
repositorypackage
0.0.0-20220120085436-62f48cdfd2d3
Repository: https://github.com/eatonemmerich/cloudstorage.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

cloudStorage

A simple cloud storage implementation in Go

Install and run: (go v 1.17) mysql database should include a "cloudStorage" schema. Execute cmd/migrate to set up database schema.

go run github.com/EatonEmmerich/cloudStorage/cmd/migrate@latest go run github.com/EatonEmmerich/cloudStorage@latest

App will attempt to connect on port 3306 for mysql server and serve on port 8084 by default