/Mitbin

Mitbin is a pastebin and url shortener made using nodejs

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0


Mitbin is my attempt to make a pastebin and url shortener

Features

🔗 Simple custom URL
✂️ To use as a URL shortener, add the link in paste content
Self expiring based on custom time
🖊️ Syntax highlighting for program snippets
🖤 Simple elegant UI
😉 Mitbin API

API usage and documentation

Refer to Mitbin API v0.1.0 documentation here.

How to run it on local server?

Create a .env file
Add MONGO_URI={YOUR mongoDB URI here}
yarn start

App will start running on localhost:5000

License

GPL