©2022 João Costa Seco
This repository contains two demos designed as reference for the examples given in class.
It contains a sample HTML/JS application using open-meteo API to retrieve weather information for a given location. The application is served through a static web server.
Open the index.html file in the html folder and use a web server to serve the files. For example, you can open with the extension Live Server in Visual Studio Code.
Folder books contains a sample application illustrating the usage of a framework to develop a small web application based on webservices in the backend.
The technological stack for this demo comprises NodeJS, ExpressJS, and TypeScript in the server and a vanilla HTML, JavaScript, and CSS books in the client application.
The client application is served through static files by the express application itself.
To prepare and execute this application, type the commands in the application, booksapp folder in the app folder.
npm install
npm run start