Giter Club home page Giter Club logo

java-simple-simple-rest-store's Introduction

Simple RESTful webservice application

This application is a simple RESTful webservice that implements a common e-commerce scenario, placing and modifying orders.

How to compile

mvn clean install

How to run

mvn jetty:run

How to run the automatted test suite

mvn clean test

How to test the application

I suggest you to use postman, a chrome extension

To add a produc: [GET] http://localhost:8080/store/product/populate/chinelo [GET] http://localhost:8080/store/product/populate/patins [GET] http://localhost:8080/store/product/populate/skate

(I know I should change it to POST)

List products: [GET] http://localhost:8080/store/product/list

Search products: [GET] http://localhost:8080/store/product/10 (10 is the product ID)

Place Order: [POST] http://localhost:8080/store/order/place/ Body: raw Accept:application/json Content-Type:application/json [{"id":10,"name":"chinelo"}]

List Orders: [GET] http://localhost:8080/store/order/list

Product details: [GET] http://localhost:8080/store/details/20 (20 is the product details)

Change order: [POST] http://localhost:8080/store/order/change/20 Body: raw Accept:application/json Content-Type:application/json [{"id":11,"name":"bolsa"}] em que 20 é o ID da compra

Other considerations

Integration tests is on the backlog.

java-simple-simple-rest-store's People

Contributors

lucasfrossard avatar rodolfoladeira avatar themindfuldev 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.