A modern, minimalist, and lightweight URL shortener application.
-
Start the mongo container for database using docker:
docker run --name mongo -p 27017:27017 -v $(pwd)/.local/data:/data/db mongo:latest
-
Start the
url-shortener-backend
:cd url-shortener-backend ./gradlew bootRun
Note: You can also run the backend using any IDE.
docker-compose up --build
You can report the bugs at the issue tracker
OR
You can tweet me if you can't get it to work. In fact, you should tweet me anyway.
Built with ♥ by awesome people under MIT License