Start by setting up the API server, navigate to the application directory in the terminal, and run the following command: npm install
This command will install all the dependencies required to the run the server.
You can run then run the server with the following command: npm start
This command will start the server on port 3000.
The root URL of the application is http://localhost:3000.
This URL will load the index.html file inside the public directory of the application.
To see all operations supported by the API, see the documentation at http://localhost:3000/doc.
Here you'll see all API endpoints listed along with example requests and responses.