https://github.com/path-check/cred-service
Server-side Verifiable QR Generator.
https://github.com/path-check/cred-service
Last synced: 12 months ago
JSON representation
Server-side Verifiable QR Generator.
- Host: GitHub
- URL: https://github.com/path-check/cred-service
- Owner: Path-Check
- License: gpl-3.0
- Created: 2021-08-09T22:39:07.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-06T13:33:23.000Z (over 4 years ago)
- Last Synced: 2025-07-08T22:02:59.384Z (12 months ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Creates Cred Credentials on the Server Side
# Development Overview
This is a NodeJS + Express app
## Running
Install modules:
`npm install`
To run, do:
`npm run dev`
## Testing
Create a new QR code using the following command
`curl -X POST -d '{"fullName":"Vitor Pamplona", "dob":"1922-07-27"}' -H 'Content-Type: application/json' http://localhost:8000/status`
## Generating new Version
GitHub Actions generates a new [Release](https://github.com/Path-Check/cred-service/releases) when npm version is run and pushed to the repo.
```
npm version
```
## Contributing
[Issues](https://github.com/Path-Check/cred-service/issues) and [pull requests](https://github.com/Path-Check/cred-service/pulls) are very welcome! :)