Giter VIP home page Giter VIP logo

apaw-ep-ramon-morcillo's Introduction

sup seal gif

sup seal gif

More about me

It was a joke, there is no more info here ¯\_(ツ)_/¯

If you want to know more about me here is my site https://ramonmorcillo.com or just send me a mail to [email protected] and I would gladly answer your questions or try to help you out with whatever you need!

In fact, if you think about it, this above was actually more information about me :)

apaw-ep-ramon-morcillo's People

Contributors

reymon359 avatar

Watchers

 avatar  avatar

apaw-ep-ramon-morcillo's Issues

Prepare scrum project

Information to prepare the Prohe

  1. POST /directors response: {...}
  2. PUT /directors/{id} request: {name, age, alive} response: {id, name, age, alive}
  3. POST /films request: {name, score, date} response {id, name, score, date}
  4. GET /films/search?q=genre:comedy&sort=id
  5. GET /films/{id}/score response: {value, votes}
  6. GET /films/{id}/reviews response: {...}
  7. DELETE /proposals/{id}
  8. PATCH /proposals/{id} request: {atributte:name, value:*}, response: {id, name, description}

Builder: Director
Publish: Cada vez que se añade un nuevo director
Composite: Proposal
Arquitectura: Layers

practica

GET /films/{id}/reviews

Get a films's reviews

response: Ok: [ {id, author, description},{...},{...} ] , NotFoundException

POST /directors

Creates a director

Request body: {name, age, alive}
Response: Ok: {id, name, age, alive}, BadRequestException

PUT /directors/{id}

Updates a director

request body: {name, age, alive}
response: Ok,{id, name, age, alive}, BadRequestException, NotFoundException

POST /films

Creates a new film

request: {name, score, date}
response Ok: {id, name, score, date}, BadRequestException

PATCH /proposals/{id}

Updates parcially a proposal

request body: {path,new-value} path: "name"|"description"
Response: Ok, NotFoundException,BadRequestException

Prepare ecosytem

Prepare the full ecosystem:

  • Travis-CI
  • Sonar
  • Better Code Hub
  • Heroku

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.