FleeDCA is a modern web application for tracking and managing cryptocurrency investments, with a focus on dollar-cost averaging (DCA) strategies.
git clone https://github.com/yourusername/avg-down-2.git
cd avg-down-2
npm install
# or
bun install
.env.local
file:DATABASE_URL=your-postgres-connection-string
AUTH_SECRET=your-auth-secret
GITHUB_CLIENT_ID=your-github-client-id
GITHUB_CLIENT_SECRET=your-github-client-secret
GOOGLE_CLIENT_ID=your-google-client-id
GOOGLE_CLIENT_SECRET=your-google-client-secret
npx better-auth migrate
npm run dev
# or
bun dev
Open http://localhost:3000 with your browser to see the application.
src/
├── app/ # Next.js App Router pages and layouts
├── components/ # Shared UI components
├── features/ # Feature-based modules
├── hooks/ # Custom React hooks
├── lib/ # Utility functions and libraries
└── providers/ # React context providers
The application is configured for deployment on Vercel. Simply connect your GitHub repository to Vercel for automatic deployments.
Contributions are welcome! Please feel free to submit a Pull Request.