Lightweight project management web app that uses ASP.NET and SQL Server.
git clone https://github.com/wescules/Project-Management-Web-App.git
- Open in Visual Studio as Website
- Restore database (Database Backup/Updated_Dask.bak) through SQL Server Management Studio
- Change Web.conf file to your local machine name:
<add name="connect" connectionString="Data Source=<INSERT LOCAL MACHINE NAME>\SQLEXPRESS1;Database=UpdatedDash;Trusted_Connection=True;" providerName="System.Data.SqlClient"/>