Skip to content

Faculty-of-Science-Technology/url-shortener

 
 

Repository files navigation

URL Shortner

URL Shortener Docker CD

A modern, minimalist, and lightweight URL shortener application.


Setup

For devlopment:

  1. Start the mongo container for database using docker:

    docker run --name mongo -p 27017:27017 -v $(pwd)/.local/data:/data/db mongo:latest
    
  2. Start the url-shortener-backend:

    cd url-shortener-backend
    ./gradlew bootRun
    

Note: You can also run the backend using any IDE.

Alternatively, run application using docker-compose:

docker-compose up --build

Issues

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.


License

Built with ♥ by awesome people under MIT License

About

A modern, minimalist, and lightweight URL shortener.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 57.2%
  • Vue 38.2%
  • HTML 2.2%
  • Dockerfile 1.8%
  • JavaScript 0.6%