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
- Host: GitHub
- URL: https://github.com/mithil467/mitbin
- Owner: Mithil467
- License: gpl-3.0
- Created: 2020-09-05T15:51:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-12T11:29:03.000Z (almost 6 years ago)
- Last Synced: 2025-04-03T19:22:15.214Z (about 1 year ago)
- Topics: bootstrap, express, mongodb, nodejs
- Language: HTML
- Homepage: https://mitbin.herokuapp.com/
- Size: 498 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)