Code Monkey home page Code Monkey logo

shorty's Introduction

Shorty

About

Shorty is a simple REST API url shortener made using the Spring framework.

Description

To start the server, navigate to the downloaded folder and run this command: java -jar ShortyV2-0.0.1-SNAPSHOT.jar {serverIp} {--server.port=serverPort} where objects inside {} braces are optional. For example you could run: java -jar ShortyV2-0.0.1-SNAPSHOT.jar localhost --server.port=8085 which would start the server on localhost on port 8085. If you intend on running the server on a public ip, replace local host with the public ip of the server or the servers DNS name if it is already registered. Note that neither are required to run since the default settings are set to localhost and 8080.

Once you have the server up and running refer to http://{serverIP}:{serverPort}/swagger-ui/index.html for further documentation.

For developers - to compile after editing the code: navigate to the project folder and run mvn -q package after which target folder with the new .jar will be created.

shorty's People

Contributors

isimunic89 avatar mmatotan avatar

Watchers

 avatar  avatar  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.