Giter Club home page Giter Club logo

usho's Introduction

usho

URL Shortner java spring application.

Architecture

  1. nginx frontend
  2. Spring Boot Backend
    1. Spring Web
    2. Spring Redis
    3. Spring Data MySQL
  3. Redis Cache
  4. MySQL Galera Database

Build

mvn clean package

Run

Makefile

make up

Docker Compose

docker-compose up -f docker/docker-compose.yml
docker-compose -f docker/docker-compose.yml up --scale usho=2

Stop

Makefile

make down

Docker Compose

docker-compose down -f docker/docker-compose.yml

Using Makefile

Start

make up

Stop

make down

Testing

Service runs behind nginx proxying to spring boot container usho

Swagger Not Available

Access http://localhost:4000/swagger-ui.html

Create short URL for long URL

Make

make usho

Curl

curl -X POST "http://localhost:4000/usho" \
-H  "accept: application/json" \
-H  "Content-Type: application/json" \
-d "http://www.google.com"

Response

{"id":"ailjoN","longURL":"http://www.google.com"}

Access short URL to confirm redirect in browser

http://localhost:4000/usho/ailjoN

Delete mapping

curl -X DELETE http://localhost:4000/usho/ailjoN

Confirm again on the browser, accessing URL should return 404.

usho's People

Contributors

sapvs avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.