Skip to content

crystal-nguyen/OnlyPlants

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published