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

https://github.com/startdusk/tiny-pastebin


https://github.com/startdusk/tiny-pastebin

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

## Tiny pastebin

A tiny pastbin app built with Golang and friends.

copy from [simple-pastebin](https://github.com/yuxiaoy1/simple-pastebin)

### Dependence

- Golang
- Postgres

### How to run locally

Clone the repo locally and run follow:
```bash
$ createdb paste

$ cd tiny-pastebin

$ go mod tidy && go run .
```

**Enjoy:)**