Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rahulsm20/tradewise
- Owner: rahulsm20
- Created: 2023-04-20T22:59:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-24T18:57:08.000Z (2 months ago)
- Last Synced: 2024-11-24T19:37:49.134Z (2 months ago)
- Topics: express, fintech, javascript, nodejs, postgresql, react, redux, tailwind
- Language: TypeScript
- Homepage: https://tradewise.netlify.app
- Size: 4.23 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)