An open API service indexing awesome lists of open source software.

https://github.com/cvilleger/petitponey

A Java Spring API School Project
https://github.com/cvilleger/petitponey

Last synced: 2 months ago
JSON representation

A Java Spring API School Project

Awesome Lists containing this project

README

        

# PetitPoney
A Java Spring API School Project

## What is it ?

API :
GET /phone OK (return list of stolen phones)
GET /phone/{id} OK (return boolean if is a stolen phone (or a Not Found Exception))
PUT /phone/{serialNumber} OK (return the phone(or a Not Found Exception))
POST /phone OK (return the phone)

FRONT :
HTML/AJAX with a list of stolen phones

TESTS :
All is tested with should and shouldNot (6/6 passed)