Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alphagov/di-solid-prototype
A prototype to evaluate Solid as a personal data store
https://github.com/alphagov/di-solid-prototype
solid
Last synced: about 2 months ago
JSON representation
A prototype to evaluate Solid as a personal data store
- Host: GitHub
- URL: https://github.com/alphagov/di-solid-prototype
- Owner: alphagov
- License: mit
- Archived: true
- Created: 2022-03-31T14:29:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-19T21:09:08.000Z (about 2 years ago)
- Last Synced: 2024-08-08T18:22:18.113Z (5 months ago)
- Topics: solid
- Language: Nunjucks
- Homepage: https://prototype.solid.integration.account.gov.uk/
- Size: 1.58 MB
- Stars: 3
- Watchers: 15
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - alphagov/di-solid-prototype - A prototype to evaluate Solid as a personal data store (others)
README
# Solid Protoype
A prototype to evaluate Solid as a personal data store
## Running the prototype app
1. Run `npm ci` to install dependencies
2. Run `npm run build` to build the app
3. Run `npm run dev` to start the local server
4. Visit `http://localhost:3000` in your browser## Deployment
The app is deployed to AWS ECS on Fargate and is available at https://prototype.solid.integration.account.gov.uk/
To deploy a new version:
```bash
cd infastructure/prototype-app
gds aws di-solid-prototype ./deploy.sh
```This will build a new Docker image, tag it with the Git hash, upload that image to ECR and finally deploy the app.