/go-wallet-api

An e-wallet API built with GoFiber

Primary LanguageGo

Simple E-Wallet API using GoFiber and PostgreSQL

Overview

This project is an e-wallet API built with GoFiber, a fast and lightweight web framework for Go, and PostgreSQL for data storage. The API allows users to manage their digital wallets.

Installation

1. Clone the Repository:

git clone https://github.com/MoQuayson/go-wallet-api.git
cd go-wallet-api
cd backend

2. Install Dependencies:

go mod download

3. Set Up PostgreSQL:

  • Install PostgreSQL and create a database.
  • Update the database configuration in config/database.go with your PostgreSQL credentials.

4. Run the Application:

go run main.go

Authors