An open API service indexing awesome lists of open source software.

https://github.com/dev-shetty/rudra-parsec


https://github.com/dev-shetty/rudra-parsec

devhack-submission

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          


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](https://youtu.be/qlFmWZJUNcc)

## Tech Stacks

![Next.js](https://img.shields.io/badge/Next.js-%23000000.svg?style=for-the-badge&logo=next.js&logoColor=white)
![Supabase](https://img.shields.io/badge/Supabase-%234ea94b.svg?style=for-the-badge&logo=supabase&logoColor=white)
![Solidity](https://img.shields.io/badge/Solidity-%23e2761b.svg?style=for-the-badge&logo=solidity&logoColor=white)
![React.js](https://img.shields.io/badge/React.js-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB)
![TypeScript](https://img.shields.io/badge/TypeScript-%233178c6.svg?style=for-the-badge&logo=typescript&logoColor=white)
![Fast API](https://img.shields.io/badge/Fast%20API-%23000000.svg?style=for-the-badge&logo=fastapi&logoColor=white)
![Tailwind CSS](https://img.shields.io/badge/Tailwind%20CSS-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white)
![Shadcn UI](https://img.shields.io/badge/Shadcn_UI-%23000000.svg?style=for-the-badge)
![Radix UI](https://img.shields.io/badge/Radix%20UI-%233178c6.svg?style=for-the-badge&logo=radix-ui&logoColor=white)
![Python](https://img.shields.io/badge/Python-%233776ab.svg?style=for-the-badge&logo=python&logoColor=white)
![PostgreSQL](https://img.shields.io/badge/PostgreSQL-%23336791.svg?style=for-the-badge&logo=postgresql&logoColor=white)
![Git](https://img.shields.io/badge/Git-%23f05032.svg?style=for-the-badge&logo=git&logoColor=white)
![GitHub](https://img.shields.io/badge/GitHub-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)
![Twilio](https://img.shields.io/badge/Twilio-%23f22f46.svg?style=for-the-badge&logo=twilio&logoColor=white)

## 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