https://github.com/codegram01/godriver
Golang Driver - Remote Files Manager
https://github.com/codegram01/godriver
Last synced: about 1 year ago
JSON representation
Golang Driver - Remote Files Manager
- Host: GitHub
- URL: https://github.com/codegram01/godriver
- Owner: codegram01
- License: mit
- Created: 2024-08-31T09:59:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-01T02:51:18.000Z (over 1 year ago)
- Last Synced: 2025-01-31T23:57:35.197Z (about 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# godriver - Golang Driver - Remote files manager
GoDriver is Web base File Manager. It help manage files in your machine in remote manage files in Server
[Video when i create godriver](https://www.youtube.com/live/JOgCeWToFHM?si=-F19Ru3t7Wq86sCx)
# Client Code
https://github.com/codegram01/godriver-fe
## Install
Prerequisites: [Install Golang](https://go.dev/doc/install)
```sh
git clone https://github.com/codegram01/godriver.git
go mod tidy
# Run code:
go run .
```
Backend will run in Port 8000.
Remember install Frontend to have UI