https://github.com/dev-shetty/rudra-parsec
https://github.com/dev-shetty/rudra-parsec
devhack-submission
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dev-shetty/rudra-parsec
- Owner: dev-shetty
- Created: 2024-02-02T12:54:54.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-04T03:23:17.000Z (over 2 years ago)
- Last Synced: 2025-04-12T12:59:16.576Z (about 1 year ago)
- Topics: devhack-submission
- Language: TypeScript
- Homepage:
- Size: 1.54 MB
- Stars: 1
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About
Empowering financial wisdom through education, engagement, and collaborative savings - where informed decisions shape a secure and transparent financial future.
### YouTube Video - [Click here](https://youtu.be/qlFmWZJUNcc)
## Tech Stacks














## How to Build the App
1. Fork and Clone the repository to your local machine
```bash
https://github.com/dev-shetty/rudra-parsec.git
```
2. Navigate to web/client directory and install the necessary dependencies
```bash
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
```bash
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
```bash
cd web && cd client && npm run dev
```
## Contributors