Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 629 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 629 Bytes

OnlyPlants

Website link:

https://onlyplants.azurewebsites.net/

Setting up the project locally:

Make sure to set up the database dump first on your local machine
psql -d $(local database) -U $(local user) -f onlyplants.sql

Then update all the following string
private string connectionString = "Server=localhost;Port=$(local port);User Id=$(local user);Password=$(local password);Database=$(local database)";
on these referenced files to match your local profile and configurations:

  • Checkout.aspx.cs
  • Login.aspx.cs
  • Order.aspx.cs
  • Products.aspx.csc
  • Signup.aspx.cs