Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sg-milad/micro-wallet
https://github.com/sg-milad/micro-wallet
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sg-milad/micro-wallet
- Owner: sg-milad
- Created: 2023-09-23T09:19:37.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-20T07:04:01.000Z (about 1 year ago)
- Last Synced: 2023-10-20T15:01:43.554Z (about 1 year ago)
- Language: TypeScript
- Size: 529 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NestJS App
### Installation
```bash
#1. clone the project
$ git clone https://github.com/sg-milad/micro-wallet
#2. go to directory
$ cd /micro-wallet
$ cp .env.example .env
$ docker-compose up
#3. wait a couple of minutes ...
```
### [Swagger Documentation for User Service](https://localhost:3000/doc)
### [Swagger Documentation for Wallet Service](https://localhost:3001/doc)# User
## Create User
POST /api/user
## get User by ID
Get /api/user/{id}
## Patch User
#### update user info
Patch /api/user/{id}
-----# Wallet
## PATCH
#### patch amount wallet
PAtch /api/user/{id}/amount
## GET
#### get user amount
GET /api/user/{id}/amount