Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakeroggenbuck/auth-upload-rest-go
Authenticated REST server written in Go.
https://github.com/jakeroggenbuck/auth-upload-rest-go
Last synced: 5 days ago
JSON representation
Authenticated REST server written in Go.
- Host: GitHub
- URL: https://github.com/jakeroggenbuck/auth-upload-rest-go
- Owner: JakeRoggenbuck
- Created: 2022-06-08T04:43:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T17:54:27.000Z (7 months ago)
- Last Synced: 2024-04-19T18:57:23.664Z (7 months ago)
- Language: Go
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# auth-upload-rest-go
Authenticated REST server written in Go.## Usage
Upload files to a dedicated server for file sharing, etc.## Running
```sh
# Run the server
cd backend
go run .
``````sh
# Open the index.html with firefox - you can use whatever browser you like
firefox index.html
```## Images
![image](https://github.com/JakeRoggenbuck/auth-upload-rest-go/assets/35516367/c3b2d23b-cbeb-4ed2-8901-7a1750f9cea8)
![image](https://github.com/JakeRoggenbuck/auth-upload-rest-go/assets/35516367/f4d6e5a1-b3f7-4992-aa56-8c234ba660f2)