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>
*Implement Api Features