Giter Club home page Giter Club logo

vehicle-info-service's Introduction

Vehicle-Info-Service

Vehicle API is a basic example of RESTful web service designed using Spring Boot and Mongo repository.

Installation steps:

Install Java, Maven, and MongoDB on your machine.

Steps to launch an application:

The easiest way to get started is to clone the repository.

$ git clone https://github.com/nehatambe/Vehicle-Info-Service.git

Download the zip file from above repository and Unzip it.

Update application.properties file to change database name and port. Package the code into a jar file using maven commands. Open command prompt terminal and change to the directory where ‘Vehicle-Info-Service’ project is located. Package the application using Maven commands. Run the application using the following command.

java -jar target/Vehicle-Info-Service-0.0.1-SNAPSHOT.jar

Documentation

The web service implements following RESTful endpoints - 
GET vehicles
GET vehicles/{id}
POST vehicles
PUT vehicles
DELETE vehicles/{id}

The information about vehicles is stored in MongoDB. Also, multiple validations are implemented in the service. The web service can be tested using Postman.

vehicle-info-service's People

Contributors

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