Mitbin is my attempt to make a pastebin and url shortener
Features
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