Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jun 17, 2018. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 469 Bytes

File metadata and controls

12 lines (8 loc) · 469 Bytes

project56api

Make sure to first rebuild the solution, Nuget will install the necessary packages.

For database(Mysql) connection you will need to edit the Web.config file, below you will find the connection string:

<connectionStrings> <add name="Citygis" connectionString="server=localhost;user id=root;password=root;persistsecurityinfo=True;database=citygis" providerName="MySql.Data.MySqlClient" /> </connectionStrings>

Todo

*Implement Api Features