8000 GitHub - r-nikhilkumar/ExchangeNest
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

r-nikhilkumar/ExchangeNest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 

Repository files navigation

Stock Investement and Trading website for learning and earning purposes backend - https://exchangenestapi.onrender.com

ExchangeNest

A Modern Trading Platform Developed with the MERN Stack

Overview

ExchangeNest is a cutting-edge trading platform designed to provide users with a seamless and efficient trading experience. Built using the MERN stack (MongoDB, Express.js, React.js, and Node.js), ExchangeNest offers real-time data, user-friendly interfaces, and robust backend support to handle various trading activities.

Table of Contents

Features

  • Real-time Data: Access real-time trading data and market trends.
  • User Authentication: Secure login and registration system.
  • Portfolio Management: Track and manage your investments.
  • Trading Interface: Intuitive and responsive trading interface.
  • Charts and Analysis: Visualize market data with interactive charts.
  • Notifications: Get notified of important market movements.

Requirements

  • Node.js
  • MongoDB
  • npm or yarn

Installation

  1. Clone the repository:

    git clone https://github.com/r-nikhilkumar/exchangenest.git
    cd exchangenest
  2. Create a .env file in the root directory and add your environment variables (e.g., MongoDB connection string, JWT secret).

Backend Setup

  1. Navigate to the backend directory:

    cd backend
  2. Install the required dependencies:

    npm install
  3. Start the backend server:

    npm start

Frontend Setup

  1. Navigate to the frontend directory:

    cd ../frontend
  2. Install the required dependencies:

    npm install
  3. Start the frontend development server:

    npm run dev

Usage

  1. Ensure both the backend and frontend servers are running.

  2. Open your browser and navigate to http://localhost:8000 to access the ExchangeNest platform.

  3. Register a new account or log in with your existing credentials.

  4. Explore the trading interface, manage your portfolio, and start trading!

Demo

Access the live version of ExchangeNest at: ExchangeNest Live

Contribution

We welcome contributions to the ExchangeNest project. To contribute:

  1. Fork the repository.
  2. Create a new branch: git checkout -b my-feature-branch
  3. Make your changes and commit them: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-feature-branch
  5. Submit a pull request.

Please ensure your contributions adhere to the existing code style and include appropriate tests.

License

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


By following these steps and guidelines, you can contribute to ExchangeNest and help create a modern and efficient trading platform.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0