The Portfolio Management System is a web-based application developed using PHP, MySQL, HTML, and CSS. It enables users to efficiently manage their investment portfolios, track stock investments, manage watchlists, view company performance, and execute transactions.
- User Management: Securely register, log in, and manage user accounts.
- Portfolio Tracking: Monitor and analyze investment portfolios with real-time updates on stock prices and holdings.
- Watchlist: Add and track favorite stocks, receive price alerts, and make informed investment decisions.
- Company Performance: View historical data for a wide range of companies.
- Transaction History: Keep a record of all buy and sell transactions with detailed information.
- User-friendly Interface: Intuitive and responsive design for a seamless user experience.
- Frontend: HTML, CSS
- Backend: PHP
- Database: MySQL
- Clone the repository:
git clone https://github.com/ElNino9495/Portfolio-Management-System.git
- Create a MySQL database.
- Update database configurations in
config.php
.
- Import the SQL file provided in the folder.
- Set up a PHP server and navigate to the project folder.
- Open the application in a web browser.