Code Monkey home page Code Monkey logo

exechange-student-appliction's Introduction

*** Accès au serveur MySQL distant *** mysql -h us-cdbr-iron-east-01.cleardb.net -u be304fcc9fbc70 -p password : xxxxxxxx

*** Accès au serveur MySQL local ***

*** Accès à l'application en local *** localhost:8080/...

*** Accès à l'application sur le cloud*** https://exchangesemester.cfapps.io/

*** Pour push l'application sur le cloud *** TODO

REST Api

All RESTFul services accessible via /service/XXXX
  • /service/university
    • GET : Return all universities
    • PUT : Save a new university into the DB
  • /service/course?id=id_univ
    • GET : Return the courses for the university with id=id_univ
  • /service/application
    • GET : Return all applications for the connected user/university or INSA
    • PUT : Save a new application for the connected user
      JSON RequestBody :
      {
      "idUniv" : "xxx (int) ",
      "agreement" : "xxx (0 or 1)",
      "status" : "xxxxx (string)"
      }
      Response :
      "success" : true --> the application is stored, no problem occured
      "success": "false" --> the user has already applied to this university : application not stored
    • POST : Update the status of an application
      JSON RequestBody :
      {
      "type" : "response",
      "idApplication" : "xxx (int)",
      "idUser" : "xxx(int)",
      "response" : "OK" or "NOK"
      }
      Response : TODO

exechange-student-appliction's People

Contributors

carlosjpr-collab avatar elyeskhama avatar helcmanocki avatar

Watchers

Amine Alaoui avatar

exechange-student-appliction's Issues

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.