Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rahulsm20/tradewise

Tradewise is a comprehensive web-based application that delivers a range of features to its users, including up-to-the-minute news updates, in-depth analysis of trending stock data, and a sophisticated budgeting tool to assist with financial planning.
https://github.com/rahulsm20/tradewise

express fintech javascript nodejs postgresql react redux tailwind

Last synced: 24 days ago
JSON representation

Tradewise is a comprehensive web-based application that delivers a range of features to its users, including up-to-the-minute news updates, in-depth analysis of trending stock data, and a sophisticated budgeting tool to assist with financial planning.

Awesome Lists containing this project

README

        

# Tradewise

- Index
- [Tech stack](#tech-stack)
- [Run locally](#run-locally)
- [System Architecture](#system-architecture)
- [C4 Model](#c4-model)
- [Screenshots](#screenshots)

### Tech stack

- Frontend
- React
- Redux
- Tailwind
- Wagmi
- ConnectKit
- Backend
- Node.js
- Express
- Prisma
- 1inch Aggregator API
- Database
- PostgreSQL
- Build tool
- Vite

### Run locally

- Clone this repo
```
git clone https://github.com/rahulsm20/tradewise
```
- Setup client
- cd into folder
```
cd client
```
- Install packages
```
npm install
```
- Run client
```
npm run dev
```
- Setup server
- cd into server
```
cd server
```
- Install packages
```
npm install
```
- Run server
```
npm run dev
```
You can also run the server using docker
- ```
docker build -t .
```
- ```
docker run -p 3000:3000
```

### System Architecture

#### C4 Model

![system_architecture](https://github.com/rahulsm20/mikesCarRental/assets/77540672/043a2fd8-f18d-4ad0-a0dc-16c6435f4f5b)

### Screenshots

![News](./client/public/home.PNG)

![Dashboard](./client/public/dark-stocks.PNG)

![Web3](./client/public/web3_dark.PNG)

![Expense](./client/public/expenses.PNG)

![Expense2](./client/public/expenses2.PNG)