Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 771 Bytes

File metadata and controls

29 lines (23 loc) · 771 Bytes

OboSoft Paste ✍️

⚠️ This is a Work-In-Progress! ⚠️

(And i'm actually getting better at using Git :D)

A lightweight Pastebin-like web application built using Node.js and React.js. Supports user login, syntax highlighting, and private/public pastes.

🛠️ Tech Stack

  • Frontend: React.js + Tailwind CSS
  • Backend: Node.js + Express
  • Database: MongoDB
  • Authentication: JWT

🚀 Features

  • Create, edit, and delete pastes
  • Full Markdown Support
  • User login system with JWT
  • Public/private paste visibility
  • REST API for managing pastes

📸 Screenshots

Preview

🧪 Run Locally

git clone https://github.com/Fonlogen/obosoft-paste
cd obosoft-paste
npm install
npm run dev