Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AnjanaMadu/FileServer
This is a simple file server that allows you to upload files to the server
https://github.com/AnjanaMadu/FileServer
Last synced: 3 months ago
JSON representation
This is a simple file server that allows you to upload files to the server
- Host: GitHub
- URL: https://github.com/AnjanaMadu/FileServer
- Owner: AnjanaMadu
- Created: 2022-01-28T17:49:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-02T10:37:02.000Z (over 2 years ago)
- Last Synced: 2024-05-30T01:49:23.732Z (6 months ago)
- Language: Go
- Homepage:
- Size: 54.7 KB
- Stars: 33
- Watchers: 1
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🗄 FileServer
**This is a simple file server that allows you to upload files to the server.**
You can upload files to the server and then get download links to them.- _If you using heroku, After heroku restarts all files will be deleted!_
## Deploy
**Deploy to Heroku**[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/AnjanaMadu/FileServer)
-----
**Deploy to VPS**_Steps:_
- Install go in your server.
- Clone repo. `git clone https://github.com/AnjanaMadu/FileServer && cd FileServer`
- Install libs. `go mod tidy`
- Build app. `go build`
- Grant premissions. `chmod +x FileServer`
- Run app. `./FileServer`## Credits
- [**Me**](https://github.com/AnjanaMadu)
- [**Echo**](https://github.com/labstack/echo/) web framework