A minimal profile viewer solid app.
The preview for solid-minimal is available at: https://pavittarx.github.io/solid-minimal
A solid app that allows a solid user to view and edit his solid profile.
-
This is a minimal solid app. It does not use any library except the core libraries and the needed ones.
-
The purpose is to understand solid in and out, so it can be used with custom configuration, or build upon it.
If you don't know what solid is? Visit: solid.mit.edu
-
Clone or download this repo
$ git clone https://github.com/pavittarx/solid-minimal.git
-
Install Nodejs Dependencies
$ npm install
-
Fire up a local Server
$ npm run start
-
You can now visit the site at: https://localhost:9227
Status | Feature |
---|---|
OK 200 | Log in to a solid pod |
OK 200 | Log out of a Solid pod |
Not Implemented | Preview Profile Information |
Not Implemented | Edit Profile Information |
- solid-auth-client: to provide authentication at a solid server.
- rdflib.js: A library to work with linked data. A data format solid uses.
- browser-sync : A NodeJs library to quickly create a local server. This is not a solid server.
DBAD (Don't be a Dick) Public License: View License