https://github.com/startdusk/tiny-pastebin
https://github.com/startdusk/tiny-pastebin
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/startdusk/tiny-pastebin
- Owner: startdusk
- Created: 2024-07-21T15:03:17.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-26T12:08:21.000Z (over 1 year ago)
- Last Synced: 2025-03-14T00:12:07.042Z (about 1 year ago)
- Language: Go
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:)**