GithubHelp home page GithubHelp logo

wollenmoth / explorers-api Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 89 KB

Explorers API for the Node JS Mission of Launch X

Home Page: https://explorers-api.herokuapp.com/

JavaScript 99.42% Procfile 0.58%

explorers-api's Introduction

Explorers API

API de los Explorers de Launch X con conexión a base de datos PostgreSQL.

GET /explorers

localhost:8000/explorers

Obtener la lista completa de explorers.

GET /explorers/:id

localhost:8000/explorers/:id

Obtener explorer por su id.

POST /explorers

localhost:8000/explorers

Crear un nuevo explorer.

BODY raw

{
    "name": "name",
    "username": "username",
    "mission": "mission",
    "azureCertification": false
}

PUT /explorers/:id

localhost:8000/explorers/:id

Actualizar explorer por su id.

BODY raw

{
    "name": "name",
    "username": "username",
    "mission": "mission",
    "azureCertification": false
}

DEL /explorers/:id

localhost:8000/explorers/:id

Eliminar explorer por su id.

Students API

API de los Students de Launch X con conexión a base de datos PostgreSQL.

GET /students

localhost:8000/students

Obtener la lista completa de students.

GET /students/:id

localhost:8000/students/:id

Obtener student por su id.

POST /students

localhost:8000/students

Crear un nuevo student.

BODY raw

{
    "name": "name",
    "lang": "lang",
    "missionCommander": "missionCommander",
    "enrollments": 0,
    "hasCertification": false
}

PUT /students/:id

localhost:8000/students/:id

Actualizar student por su id.

BODY raw

{
    "name": "name",
    "lang": "lang",
    "missionCommander": "missionCommander",
    "enrollments": 0,
    "hasCertification": false
}

DEL /students/:id

localhost:8000/students/:id

Eliminar student por su id.

Mission Commanders API

API de los Mission Commanders de Launch X con conexión a base de datos PostgreSQL.

GET /commanders

localhost:8000/commanders

Obtener la lista completa de mission commanders.

GET /commanders/:id

localhost:8000/commanders/:id

Obtener mission commander por su id.

POST /commanders

localhost:8000/commanders

Crear un nuevo mission commander.

BODY raw

{
    "name": "name",
    "username": "username",
    "mainStack": "mainStack",
    "currentEnrollment": false,
    "hasAzureCertification": false
}

PUT /commanders/:id

localhost:8000/commanders/:id

Actualizar mission commander por su id.

BODY raw

{
    "name": "name",
    "username": "username",
    "mainStack": "mainStack",
    "currentEnrollment": false,
    "hasAzureCertification": false
}

DEL /commanders/:id

localhost:8000/commanders/:id

Eliminar mission commander por su id.

explorers-api's People

Contributors

wollenmoth avatar

Watchers

 avatar

explorers-api'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.