Coder Social home page Coder Social logo

web-service-2024's Introduction

web-service-2024's People

Contributors

mnk-fthr avatar

Watchers

 avatar

web-service-2024's Issues

Initialisation

Le WebService en lui même

  • Il doit disposer de routes de récupération des films (en listing, et récupération d’entité)

  • Il doit être possible de modifier un film

  • Il doit être possible de créer un film

  • Il doit être possible de supprimer un film

Le film

  • L’entité film doit disposer au minimum des éléments suivants :

  • Le nom (texte libre, maximum 128 charactères)

  • La description (texte libre, maximum 2048 charactères)

  • La date de parution (date format ISO 8601)

  • La note (entier entre 0 et 5, optionel)

Les codes de retour minimum

  • A minima les codes de retour suivant doivent être implémentés :

  • 200 pour une récupération de ressource ou listing ou modification avec succès

  • 201 création avec succès

  • 404 ressource absente

  • 422 validation impossible

Le petit plus, les formats de sortie

  • Dans l’idéale, deux formats de sortie doivent être gérer :

  • JSON

  • XML

  • Le bonus, la doc générer

La cerise sur le gâteau, l’implémentation de la documentation OpenAPI.

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.