Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 806 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 806 Bytes

🗄 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


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