https://github.com/mateusdigital/config-service
https://github.com/mateusdigital/config-service
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mateusdigital/config-service
- Owner: mateusdigital
- Created: 2024-10-20T17:36:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-20T17:56:12.000Z (over 1 year ago)
- Last Synced: 2024-10-20T21:29:20.746Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://config-service.vercel.app
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
```