Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)