Skip to content

cleggacus/my-paste-bin

Repository files navigation

MY PASTE BIN

Super simple pastebin webapp made with tRPC, NextJS and MongoDB. Supports themes, live syntax highlighting and maybe more in the future.


Stars     Issues   LICENSE

Typescript   Typescript   Typescript   Typescript   Typescript   Typescript


View a demo of the site at pastebin.liamclegg.co.uk

thumbnail


Getting Started

Installing dependencies

npm install 
# or
yarn install

Create .env file

Something like this

DATABASE_URL"mongodb://127.0.0.1:27017/paste-bin"
APP_URL="http://localhost:3000"

Running development server

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

License

Released under MIT by @cleggacus.