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

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.

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)