Skip to content

💰 Fluxora is your all-in-one platform to take control of your finances. Track your stocks, ETFs, and bonds, visualize your performance, manage your monthly budget, and monitor your real estate investments — all with clarity and precision.

License

Notifications You must be signed in to change notification settings

syukoGit/Fluxora

Repository files navigation

Fluxora

Full-stack application with .NET API and Next.js frontend.

Quick Start

Prerequisites

Development

  1. Install dependencies:

    pnpm install
  2. Start Docker services (PostgreSQL & Keycloak):

    docker compose up -d
  3. Run both API and Web app:

    pnpm run dev

    This will start:

Individual Services

You can also run services individually:

  • Web app only: pnpm run dev:web
  • API only: pnpm run dev:api
  • Worker only: pnpm run dev:worker

Initial Setup

For first-time setup, run the initialization script:

# Windows PowerShell
.\scripts\init-dev.ps1

See scripts/README.md for more details.

Project Structure

  • apps/web - Next.js frontend application
  • services/api - .NET Web API
  • scripts/ - Development scripts

License

MIT License - see LICENSE for details.

About

💰 Fluxora is your all-in-one platform to take control of your finances. Track your stocks, ETFs, and bonds, visualize your performance, manage your monthly budget, and monitor your real estate investments — all with clarity and precision.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •