Categorygithub.com/vitorreao/wallet-go
modulepackage
0.0.0-20240616160358-5c5d7b122a79
Repository: https://github.com/vitorreao/wallet-go.git
Documentation: pkg.go.dev

# README

Wallet

A simple application to track your expenses :)

Usage

Create the docker image:

docker image build -t wallet-go .

Run the container:

docker run -it --rm -p 8080:8080 --name wallet-go-v0 wallet-go

Example requests

Create a new user registration. A user registration represents the intent to register a new user. The registration must be confirmed in order to create an actual account and profile.

curl -X POST -v http://localhost:8080/api/users --data '{"username": "torreao", "password": "myPassw0rd$", "phone": "+5511916547815"}'

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

No description provided by the author
No description provided by the author

# Structs

No description provided by the author