Url Shortener Backend
Built with ❤︎
Building a custom URL shortening rest api using NodeJS, ExpressJS and MongoDB.
# clone it
git clone https://github.com/rakeshkumargupta/url-shortener-backend.git
cd url-shortener-backend
# Make it your own
rm -rf .git && git init
MongoDB must be installed on the machine and listening on default port (27017).
# Install dependencies
npm install
# Start client
npm start
Check out repository https://github.com/rakeshkumargupta/url-shortener-frontend for running React based front end web app.
GNU