An open API service indexing awesome lists of open source software.

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.

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! :)