AriaGomes / pico-paste

Yet Another PasteBin Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PicoPaste

Self-hosted pastebin application made using a MERN framework. Included are the React frontend and express backend applications.

Made Using

  • MongoDB
  • Express
  • React
  • NodeJS
  • JS & Typescript
  • TailwindCSS

Getting Started

Configure the config.env file as seen below

PORT=5000
MONGO=<Your_mongo_URI>

(Make sure PORT=5000 as UI only looks for 5000 as of now. Will change to use env in future)

Start the backend application with yarn start-server. Start the UI with yarn start-ui. If given a valid mongo URI the application is ready to use.

About

Yet Another PasteBin Application

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 74.9%Language:JavaScript 17.2%Language:HTML 6.0%Language:CSS 1.5%Language:Dockerfile 0.4%