Skip to content

cozyCodr/digi-wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

DigiWallet - Digital Wallet Solution

A full-stack digital wallet application built with .NET 8 backend and Next.js frontend.

Prerequisites

Quick Start

  1. Clone the repository:
  git clone https://github.com/cozyCodr/digi-wallet.git
  cd digi-wallet
  1. Set up backend
   cd DigiWallet
  cp .env.example .env    # Configure your environment variables
  dotnet restore
  dotnet ef database update  # Update database
  dotnet run
  1. Setup Frontend
  cd frontend
  cp .env.example .env    # Configure your environment variables
  bun install
  bun dev

API Documentation

Swagger UI is available at: http://localhost:5053/swagger

About

A full-stack digital wallet application built with .NET 8 backend and Next.js frontend. With dummy features like depositing and tranferring currency between users

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors