Want to own your own stock exchane? Look no futher. This project has it all: trading your favorite stocks, following the price trends and more.
The technologies used:
- PHP
- Twig
- PHP-DI
- Tailwind CSS
- MySQL
- You can view changes to stocks on the market
- Search your favorite companys
- Add them to your portfolio by buying or shorting. Sell to take the profit.
- View your order history for each stock on transactions page.
- If you have more than enoug of stock shares, transfer to a friend.
- PHP 7.4.32
- Composer
- MySQL 8.0.31
-
Clone the repository: git clone https://github.com/renars1988/crypto-project.git
-
Install dependencies: composer install
-
Create account at https://finnhub.io/register to get your API key.
-
Rename .env.example to .env.
-
Enter your API key and database settings in the .env file.
-
Import database.sql schema in to your database.
-
Run the server from public folder: php -S localhost:8000
- Register:
- Buy, Sell, Short:
- Transactions, transfers:


