Giter Club home page Giter Club logo

customer-service's Introduction

customer-service

A RESTful API service for a simple customer database

Development tools

  • The application was developed with Spring boot 2.3.1
  • Test Framework used: Mockito
  • Server: Tomcat
  • Database used: MySql

Requirements to build project

  • Java SE 11
  • Apache Maven ^3.6

Method 1 (Running with Maven mvnw command)

  1. Clone the repository
  2. Navigate to project directory in a terminal
  3. Run the command
  • (for Windows users using windows command prompt app) mvnw spring-boot:run
  • (for MacOS/Linux users) ./mvnw spring-boot:run Application is started on http://localhost:8080 If port 8080 is already used by another application in your computer, open the application.properties file and change port with 'server.port=8181'

Method 2 (Building a jar file with mvn package)

  1. Clone the repository
  2. Open the project directory in a terminal
  3. Run "mvn package", to build a jar file in the target directory of the project
  4. Navigate to target directory
  5. Run java -jar customerservice-0.0.1-SNAPSHOT.jar to execute the jar file
  6. Application is started on http://localhost:8080
  7. If port 8080 is already used by another application in your computer, open the application.properties file and change port with 'server.port=8181

Postman Collection

https://www.getpostman.com/collections/481a2f52aa3a28edd7b9

customer-service's People

Contributors

johnebri avatar

Watchers

James Cloos 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.