Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bwhtdev/image-uploader
Basic Image Uploader in GO
https://github.com/bwhtdev/image-uploader
Last synced: about 1 month ago
JSON representation
Basic Image Uploader in GO
- Host: GitHub
- URL: https://github.com/bwhtdev/image-uploader
- Owner: bwhtdev
- Created: 2024-11-14T20:44:51.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-11-14T20:46:59.000Z (about 1 month ago)
- Last Synced: 2024-11-14T21:32:17.626Z (about 1 month ago)
- Language: Go
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image Uploader
>A basic image uploader in GO that works### Run app
```
cd server
go run main.go
```