An open API service indexing awesome lists of open source software.

https://github.com/mithil467/mitbin

Mitbin is a pastebin and url shortener made using nodejs
https://github.com/mithil467/mitbin

bootstrap express mongodb nodejs

Last synced: 11 months ago
JSON representation

Mitbin is a pastebin and url shortener made using nodejs

Awesome Lists containing this project

README

          




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](https://mithil467.github.io/Mitbin/).

### 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](LICENSE)