Skip to content

sg-milad/micro-wallet

Repository files navigation

NestJS App

Installation

#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 ...

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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published