Skip to content

Latest commit

 

History

History

nodejsexample

EPI Gijón logo

Deploying the Application

The application is deployed on Node.js, can be installed from the following url. To verify how it works, you can test it using the following command:

npm install

And then deploy it with:

node [file.js]

Some of the examples are:

  • Simple HelloWorld application using HTTP:

    node BasicoHTTP.js

    The application is made accesible through https://localhost:3000

  • Basic express backed with "Helloworld"

    node BasicoExpress.js

    The application is made accesible in the same URI

  • Simple application using Swig with a fronted and a list of students

    node BasicoSwig.js

    The application is made accesible in the same URI

  • Students API with a simple on-memory sqlite database

    node index.js

    The API endpoint is made accesible through https://localhost:3000/api/alumnos