modulepackage
0.0.0-20200613011929-a346d81e686c
Repository: https://github.com/codeinbit/wallet-app.git
Documentation: pkg.go.dev
# README
Wallet App
This project is a simple web application (API) that simulates a wallet app that allows user to send money to one another
Getting Started
Prerequisites
- Install go binaries on your machine Golang
Start up
To start this application, perform the following step in the order
- Clone this repo to your machine
- cd into the project folder and make sure you are on the root directory.
- In your terminal, enter
cp .env.example .env
, this will create .env file for you - Fill in your details to the .env, most expecially the Email Setup part, so you'll be able to send email to reset password
- In your terminal, enter
go run main.go
to start server
Built With
- Golang - Language used
- Gorilla Mux - HTTP Router used
- GORM - ORM library used
- MySQL - Database used
Documentation
Documentation for the Project can be found at wallet-app
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author