This project simulates the Zerodha trading platform, providing various functionalities to manage and track trading activities. Follow the instructions below to set up and run the project.
Make sure you have the following installed on your system before proceeding:
- Node.js (which includes npm)
First, clone the repository to your local machine using the following command:
git clone https://github.com/dhanush-2313/Zerodha.gitThis project consists of multiple folders, each representing a different part of the application. You need to navigate into each folder, install the necessary dependencies, and then start the application. Follow these steps:
-
Navigate into the first folder:
cd Zerodha/backend -
Install the dependencies:
npm install
-
Start the application:
npm start
-
Repeat the above steps for each additional folder (folder2, folder3, etc.)
cd ../dashboard npm install npm start cd ../frontend npm install npm start
Briefly describe the structure of your project if necessary. For example:
Zerodha/
├── backend/
│ ├── ...
│ └── ...
├── dashboard/
│ ├── ...
│ └── ...
├── frontend/
│ ├── ...
│ └── ...
└── README.md
If you wish to contribute to this project, please fork the repository, create a new branch, and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.