A full-stack digital wallet application built with .NET 8 backend and Next.js frontend.
- .NET 8 SDK
- Bun for frontend package management
- PostgreSQL
- Clone the repository:
git clone https://github.com/cozyCodr/digi-wallet.git
cd digi-wallet- Set up backend
cd DigiWallet
cp .env.example .env # Configure your environment variables
dotnet restore
dotnet ef database update # Update database
dotnet run- Setup Frontend
cd frontend
cp .env.example .env # Configure your environment variables
bun install
bun devSwagger UI is available at: http://localhost:5053/swagger