https://github.com/sajjadmrx/wallet-micro
https://github.com/sajjadmrx/wallet-micro
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sajjadmrx/wallet-micro
- Owner: sajjadmrx
- Created: 2023-05-21T13:04:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-21T15:10:25.000Z (almost 2 years ago)
- Last Synced: 2024-12-26T00:09:14.929Z (5 months ago)
- Language: TypeScript
- Size: 268 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DB Diagram: https://dbdiagram.io/d/6468913cdca9fb07c46fc4c1
### Files
- cron job: [wallet.cronjob.ts](src%2Fmodules%2Fhttp%2Fwallet%2Fwallet.cronjob.ts)
- service: [wallet.service.ts](src%2Fmodules%2Fhttp%2Fwallet%2Fwallet.service.ts)
- repository: [wallet.repository.ts](src%2Fmodules%2Fhttp%2Fwallet%2Fwallet.repository.ts)
### app
```shell
docker-compose --profile product up
```### Run E2E Tests
```shell
docker-compose --profile test up
```### Document
```shell
http://localhost:{hostPort}/api
```
