Skip to content

SarojKumar108/Zerodha-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zerodha Clone

Overview

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.

Prerequisites

Make sure you have the following installed on your system before proceeding:

Getting Started

Step 1: Clone the Repository

First, clone the repository to your local machine using the following command:

git clone https://github.com/dhanush-2313/Zerodha.git

Step 2: Install Dependencies and Start the Application

This 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:

  1. Navigate into the first folder:

    cd Zerodha/backend
  2. Install the dependencies:

    npm install
  3. Start the application:

    npm start
  4. Repeat the above steps for each additional folder (folder2, folder3, etc.)

    cd ../dashboard
    npm install
    npm start
    
    cd ../frontend
    npm install
    npm start
    

Project Structure

Briefly describe the structure of your project if necessary. For example:

Zerodha/
├── backend/
│   ├── ...
│   └── ...
├── dashboard/
│   ├── ...
│   └── ...
├── frontend/
│   ├── ...
│   └── ...
└── README.md

Contributing

If you wish to contribute to this project, please fork the repository, create a new branch, and submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors