TradeKub is an online trading application built with React, PostgreSQL, and FastAPI. This README file provides essential information about the TradeKub project, including its features, technology stack, and relevant links.
- TradeKub allows users to engage in online trading activities.
- Users can create an account and securely log in to access their trading dashboard.
- The application provides real-time market data and price charts for various assets.
- Users can place buy and sell orders for stocks.
- TradeKub offers a portfolio management feature, allowing users to track their investments and performance.
- The application provides detailed transaction history and account balance information.
The TradeKub application is developed using the following technologies:
- React: A JavaScript library for building user interfaces.
- PostgreSQL: A powerful, open-source relational database management system.
- FastAPI: A modern, fast (high-performance), web framework for building APIs.
- API Documentation: The API documentation for TradeKub can be found at https://www.tradekub.me/docs.
- Application: TradeKub's web application can be accessed at https://www.projecttradekub.me/.
- GitHub
- Front-end sourcecodehttps://github.com/Bukharney/ProjectTradeKub/.
- Back-end sourcecode https://github.com/Bukharney/Tradekub_api/.
To run TradeKub locally on your machine, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/tradekub.git
-
Install the dependencies:
cd tradekub npm install
-
Start the application:
npm start
-
Access the TradeKub application in your browser at
http://localhost:3000
.
We welcome contributions to the TradeKub project. If you would like to contribute, please follow these guidelines:
- Fork the repository and create a new branch for your contribution.
- Make your changes and ensure that the code passes all tests.
- Submit a pull request with a clear description of your changes and their purpose.
The TradeKub project is licensed under the MIT License. Feel free to use, modify, and distribute the code as per the terms of the license.