Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bukharney/projecttradekub

TradeKub is an online trading application built with React.js
https://github.com/bukharney/projecttradekub

trading

Last synced: 9 days ago
JSON representation

TradeKub is an online trading application built with React.js

Awesome Lists containing this project

README

        

# TradeKub

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.

## Features

- 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.

## Technology Stack

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.

## Links
- For Testing username: [email protected] password: admin
- API Documentation: The API documentation for TradeKub can be found at [https://www.tradekub.me/docs](https://tradekub.me/docs).
- Application: TradeKub's web application can be accessed at [https://www.projecttradekub.me/](https://projecttradekub.me/).
- GitHub
- Front-end sourcecode[https://github.com/Bukharney/ProjectTradeKub/](https://github.com/Bukharney/ProjectTradeKub/).
- Back-end sourcecode [https://github.com/Bukharney/Tradekub_api/](https://github.com/Bukharney/Tradekub_api/).

## Getting Started

To run TradeKub locally on your machine, follow these steps:

1. Clone the repository:
```
git clone https://github.com/your-username/tradekub.git
```

2. Install the dependencies:
```
cd tradekub
npm install
```

3. Start the application:
```
npm start
```

4. Access the TradeKub application in your browser at `http://localhost:3000`.

## Contributing

We welcome contributions to the TradeKub project. If you would like to contribute, please follow these guidelines:

1. Fork the repository and create a new branch for your contribution.
2. Make your changes and ensure that the code passes all tests.
3. Submit a pull request with a clear description of your changes and their purpose.

## License

The TradeKub project is licensed under the [MIT License](LICENSE). Feel free to use, modify, and distribute the code as per the terms of the license.