/rudra-parsec

Primary LanguageTypeScript

banner-image

About

Empowering financial wisdom through education, engagement, and collaborative savings - where informed decisions shape a secure and transparent financial future.

YouTube Video - Click here

Tech Stacks

Next.js Supabase Solidity React.js TypeScript Fast API Tailwind CSS Shadcn UI Radix UI Python PostgreSQL Git GitHub Twilio

How to Build the App

  1. Fork and Clone the repository to your local machine

    https://github.com/dev-shetty/rudra-parsec.git
  2. Navigate to web/client directory and install the necessary dependencies

    cd web && cd client && npm install
  3. Create a .env file in the root of the server directory. Open this file in your code editor and add the following environment variables

    NEXT_PUBLIC_SUPABASE_URL=your-project-url
    NEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-key
    NEXT_PUBLIC_NEWS_API_KEY=news-api-key
  4. Start the development in the terminal

    cd web && cd client && npm run dev

Contributors