Super simple pastebin webapp made with tRPC, NextJS and MongoDB. Supports themes, live syntax highlighting and maybe more in the future.
View a demo of the site at pastebin.liamclegg.co.uk
npm install
# or
yarn install
Something like this
DATABASE_URL"mongodb://127.0.0.1:27017/paste-bin"
APP_URL="http://localhost:3000"
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
Released under MIT by @cleggacus.