https://github.com/ddr-dileep/my-income-investment
Investment income is money received in interest payments, dividends, capital gains realized with the sale of stock or other assets, and any profit made through another investment type.
https://github.com/ddr-dileep/my-income-investment
Last synced: 2 months ago
JSON representation
Investment income is money received in interest payments, dividends, capital gains realized with the sale of stock or other assets, and any profit made through another investment type.
- Host: GitHub
- URL: https://github.com/ddr-dileep/my-income-investment
- Owner: ddr-dileep
- Created: 2024-11-04T11:09:11.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-07T13:39:49.000Z (6 months ago)
- Last Synced: 2025-01-14T03:44:55.534Z (4 months ago)
- Language: TypeScript
- Homepage: https://my-income-investment.vercel.app
- Size: 1.29 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Project setup (_Frontend_):- NextJs
First, go to the project directory:
```bash
cd my-investment
```Now, install all the dependencies:
```bash
npm install
```Run the development server:
```bash
npm run dev
```Check the build for production server:
```bash
npm run dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Project setup (_Backend_):- Node.Js
First, go to the project directory:
```bash
cd backend
```First, install all the dependencies:
```bash
npm install
```Run the development server:
```bash
npm run dev
```Check the build for production server:
```bash
npm run dev
```Backend will run on : [http://localhost:8080](http://localhost:8080)