You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

first of all request ther project creation to the administrator using the form. An empty project will be created for you with the following structure:

project-structure


here are the description for each folder:

  • .github/workflow: is the github workflow that is strictly connected to the 'deployment project' created by the admin along with the development project
  • src: is the directory where the source code live, it will contains a demo index.js that will print the "Hello world" string on each request on root uri('/')


  • No labels