https://github.com/1337kid/kewlpaste
Self-hosted pastebin service
https://github.com/1337kid/kewlpaste
hacktoberfest nextjs pastebin reactjs self-hosted typescript
Last synced: about 1 year 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T10:42:54.000Z (over 1 year ago)
- Last Synced: 2025-03-28T16:04:20.925Z (about 1 year ago)
- Topics: hacktoberfest, nextjs, pastebin, reactjs, self-hosted, typescript
- Language: TypeScript
- Homepage: https://kewlpaste.vercel.app
- Size: 49.8 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- 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 :)