Skip to content

This is a portfolio management system with a full web interface and API, made by ASP, SQL Server, MCV, and API.

Notifications You must be signed in to change notification settings

JoeGitHubPro/Portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Portfolio 👋

Version Documentation Maintenance License: ASP.Net

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.

Prerequisites

  • windows OS
  • .Net Framework
  • SQL Server

Deploy DataBase

Run SQL file at this location [https://github.com/JoeGitHubPro/Portfolio/blob/main/PortfolioSQLQuery.sql] on database server

Deploy

Go 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"

Web.config edition part

<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=&quot;Data Source=database server name;Initial Catalog=database name ;User Id=username;Password= password;integrated security=True;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient" />
	  
	

Author

👤 Youssef Mohamed Ali

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2023 Youssef Mohamed Ali.
This project is ASP.Net licensed.

About

This is a portfolio management system with a full web interface and API, made by ASP, SQL Server, MCV, and API.

Resources

Stars

Watchers

Forks