This is a portfolio management system, which is a web-based application that allows users to manage their portfolios and shares.
The system has a full dashboard that allows users to view all the information on the site. Users can also use this dashboard to manage their portfolios and shares. The system has full pages that are designed for investors who want to see all of their information in one place. Finally, it also has an application programming interface (API) so that third parties can integrate with it.
🏠 Homepage
- windows OS
- .Net Framework
- SQL Server
Run SQL file at this location [https://github.com/JoeGitHubPro/Portfolio/blob/main/PortfolioSQLQuery.sql] on database serverGo to Web.config file , then change connectionStrings
1- put database server name in "Data Source"
2- put database name in "Initial Catalog"
3- put server site username in "User Id"
4- put server site password in "password"
do those steps twice for "DefaultConnection" and "PortfolioEntities"<add name="DefaultConnection" connectionString="Data Source=database server name;Initial Catalog=database name ;User Id=username;Password= password;Integrated Security=True" providerName="System.Data.SqlClient" />
<add name="PortfolioEntities" connectionString="metadata=res://*/Model1.csdl|res://*/Model1.ssdl|res://*/Model1.msl;provider=System.Data.SqlClient;provider connection string="Data Source=database server name;Initial Catalog=database name ;User Id=username;Password= password;integrated security=True;MultipleActiveResultSets=True;App=EntityFramework"" providerName="System.Data.EntityClient" />
👤 Youssef Mohamed Ali
- Website: https://joegithubpro.github.io/Profile/
- Twitter: Y_mohamed_Ali
- Github: @JoeGitHubPro
- LinkedIn: youssef-mohamed-ali
Give a ⭐️ if this project helped you!
Copyright © 2023 Youssef Mohamed Ali.
This project is ASP.Net licensed.