Skip to content

YaoWen728/WaterMango

Repository files navigation

WaterMango

Tested On Visual Studio 2019 and MSQL v17.9.1

To Setup

  1. Replace {INSERT_DATASOURCE} in Data Source in WebConfig. This line can found under line 8 of the WebConfig
<add name="TapMangoDatabase" connectionString="Data Source={INSERT_DATASOURCE};Initial Catalog=TapMangoDatabase;Integrated Security=True;" providerName="System.Data.SqlClient" />
  1. Create Database with TapMango_CreateDatabase.sql
  2. Create Table with TapMango_CreateTable.sql
  3. Create stored Procedure with usp_TapMangoPlant and usp_WateringSession
  4. Run project through Visual Studio

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published