Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 761 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 761 Bytes

solidclientwebapp

An example of SOLID client Web App to access Community Server resources

Objective

The purpose is to illustrate how it is possible to connect a simple web app, consisting of a Home page and a Detail page to a SOLID server (Community/Recipes) in order to retrieve all public information and data hosted there.

NOTE: It is required to open the web browser console to check the result of the query

How to run it locally:

  1. git clone https://github.com/fan-droide/solidclientwebapp.git
  2. cd solidclientwebapp
  3. npm i
  4. npm start

To-Do:

  • Login users
  • Upload file to a folder