Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1337kid/kewlpaste
Self-hosted pastebin service
https://github.com/1337kid/kewlpaste
hacktoberfest nextjs pastebin reactjs self-hosted typescript
Last synced: about 2 months ago
JSON representation
Self-hosted pastebin service
- Host: GitHub
- URL: https://github.com/1337kid/kewlpaste
- Owner: 1337kid
- Created: 2023-09-04T13:57:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-20T14:50:10.000Z (about 1 year ago)
- Last Synced: 2023-10-20T15:45:54.883Z (about 1 year ago)
- Topics: hacktoberfest, nextjs, pastebin, reactjs, self-hosted, typescript
- Language: TypeScript
- Homepage: https://kewlpaste.vercel.app
- Size: 40 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KewlPaste
KewlPaste is a self hosted pastebin with minimal functionality
## Selfhosting using Vercel
* Fork this repo
* Create a new project on Vercel
* Import repo from GitHub
* Set up environment variable
```
MONGO_URI=MongoDB_URI_here
```
* Then deploy :)