Giter Club home page Giter Club logo

icrea-webserver's Introduction

icrea-webserver

  1. Person :
Create
  POST localhost:1337/icrea-webserver/person
    first_name 
    last_name 
    id_number
    age
    gender
    email
    phone
    address
      
Show all persons
  GET localhost:1337/icrea-webserver/person

Show 1 person
  GET localhost:1337/icrea-webserver/person/id
  1. User :
Create
  POST localhost:1337/icrea-webserver/user
    person_info: 
	    task_info: 
    departament_info: 
    disponibility: 
    visibility: 


Show all users
  GET localhost:1337/icrea-webserver/users

Show 1 user
  GET localhost:1337/icrea-webserver/users/id
  1. Departament :
Create
  POST localhost:1337/icrea-webserver/departament
    name: 
    users: 
    director_info: 
    place_info:


Show all departament
  GET localhost:1337/icrea-webserver/departament

Show 1 departament
  GET localhost:1337/icrea-webserver/departament/id
  1. Aircraft :
Create
  POST localhost:1337/icrea-webserver/aircraft
    identifier


Show all aircraft
  GET localhost:1337/icrea-webserver/aircraft

Show 1 aircraft
  GET localhost:1337/icrea-webserver/aircraft/id
  1. place :
Create
  POST localhost:1337/icrea-webserver/place
    name:
    departaments: 
    director_info: 

Show all place
  GET localhost:1337/icrea-webserver/place

Show 1 place
  GET localhost:1337/icrea-webserver/place/id
  1. task :
Create
  POST localhost:1337/icrea-webserver/task
    flight_info: 
    name:
    description:
    state: 
		      enum: ['planing', 'in_action', 'finished', 'template'],
    optional: 
    departament_info: 
    priority: 
    start_time: 
    finish_time: 


Show all task
  GET localhost:1337/icrea-webserver/task

Show 1 task
  GET localhost:1337/icrea-webserver/task/id 
  1. flight :
Create
  POST localhost:1337/icrea-webserver/flight
    name: 
    description: 
    flight_creator_info: 
    creation_date: 
    tasks: {
    arrival_place_info: 
    departure_place_info: 
    departure_time: 
    arrival_time: 
    aircraft_info: 

Show all flight
  GET localhost:1337/icrea-webserver/flight

Show 1 flight
  GET localhost:1337/icrea-webserver/flight/id  

icrea-webserver's People

Contributors

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