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

https://github.com/mateusdigital/config-service


https://github.com/mateusdigital/config-service

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Voucher Service

- author: [mateusdigital](https://mateusdigital)
- date: 2024-09-09

## Intro

```voucher-service``` is part of the [VoucherSystem](https://www.notion.so/Voucher-System-e862757d9d3c48cebdfc294c28a09c14?pvs=4).

## Dependencies

- ```libjoe```

## API

For the latest api run the project and access the endpoint ```api-docs```

Example:
https://localhost:5000/api-docs

## Cloning

- Install and configure [git](https://git-scm.com/).
- On powershell:
```pwsh
git clone --recurse-submodules https://github.com/Hypejoe/voucher-lib.git ## clones the project and all submodules.
```

## Running

- Install latest [nodejs](https://nodejs.org/en).
- On powershell:
```pwsh
npm install ## install all packages needed.
npm run dev ## runs the development server.
```