Skip to content

costaseco/wcc-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo code for the Web and Cloud Computing at NOVA SBE

©2022 João Costa Seco

This repository contains two demos designed as reference for the examples given in class.

Demo 1: Open Weather API

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.

Demo 2: Books Web Application

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.

Execution of the application

To prepare and execute this application, type the commands in the application, booksapp folder in the app folder.

npm install
npm run start

About

No description, website, or topics provided.

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
License.md

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors