Git Product home page Git Product logo

festescat's Introduction

festescat

festes.cat

FESTES.CAT

Aplicacio desenvolupada per Eduard Renye i Victor Diaz

FESTES - EVENTS - UBICACIONS - USUARIS

Tota aquesta informacio esta disponible ens els formats: JSON,HTML i XML

<tr>
  <td>GET</td>
  <td>/api/festes</td>
  <td>Totes les festes disponibles</td>
</tr>

<tr>
  <td>POST</td>
  <td>/api/festes</td>
  <td>Afegir una festa</td>
</tr>

<tr>
  <td>GET</td>
  <td>/api/festes/ID</td>
  <td>Informacio d'una festa en concret</td>
</tr>

<tr>
  <td>PUT</td>
  <td>/api/festes/ID</td>
  <td>Afegir o modificar una festa</td>
</tr>

<tr>
  <td>DELETE</td>
  <td>/api/festes/ID</td>
  <td>Elimina una festa</td>
</tr>

<tr>
  <td>GET</td>
  <td>/api/events</td>
  <td>Tots els events disponibles</td>
</tr>

<tr>
  <td>POST</td>
  <td>/api/events</td>
  <td>Afegir un event</td>
</tr>

<tr>
  <td>GET</td>
  <td>/api/events/ID</td>
  <td>Informacio d'un event</td>
</tr>

<tr>
  <td>PUT</td>
  <td>/api/events/ID</td>
  <td>Afegir o modificar un event</td>
</tr>

<tr>
  <td>DELETE</td>
  <td>/api/events/ID</td>
  <td>Elimina un event</td>
</tr>

<tr>
  <td>GET</td>
  <td>/api/ubicacions</td>
  <td>Totes les ubicacions disponibles</td>
</tr>

<tr>
  <td>POST</td>
  <td>/api/ubicacions</td>
  <td>Afegir una ubicacio</td>
</tr>

<tr>
  <td>GET</td>
  <td>/api/ubicacions/ID</td>
  <td>Informacio de una ubicacio</td>
</tr>

<tr>
  <td>PUT</td>
  <td>/api/ubicacions/ID</td>
  <td>Afegir o modificar una ubicacio</td>
</tr>

<tr>
  <td>DELETE</td>
  <td>/api/ubicacions/ID</td>
  <td>Elimina una ubicacio</td>
</tr>
Method Resources Description
Maquetació feta amb bootstrap (CSS i JS).

Semantica:

  • Entitat Festes: Hem usat el tipus EntertainmentBusiness que conté reviews i està relacionat amb events.
  • Entitat Events: Hem usat el tipus event i està relacionat amb ubicacions.
  • Entitat Ubicacions: Hem usat el tipus Place.

festescat's People

Contributors

edurenye avatar

Stargazers

 avatar

Watchers

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