(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.
- Frontend: React.js + Tailwind CSS
- Backend: Node.js + Express
- Database: MongoDB
- Authentication: JWT
- Create, edit, and delete pastes
- Full Markdown Support
- User login system with JWT
- Public/private paste visibility
- REST API for managing pastes
git clone https://github.com/Fonlogen/obosoft-paste
cd obosoft-paste
npm install
npm run dev