Skip to content

marinaskevin/Wedding-Planner

Repository files navigation

Wedding Planner

A C# program which allows registered users to create, delete, RSVP, and Un-RSVP wedding events

Instructions

  • Navigate to the Wedding Planner project directory.
  • Create a file called "appsettings.json" with the following:
{
  "DBInfo":
  {
    "Name": "YOUR MYSQL SERVER NAME",
    "ConnectionString": "server=localhost;userid=YOUR MYSQL USERNAME;password=YOUR MYSQL PASSWORD;port=3306;database=Wedding Planner"
  }
}
  • In the command line, run the following in the Wedding Planner project directory:
dotnet restore
dotnet build
dotnet run

About

A C# program which allows registered users to create, delete, RSVP, and Un-RSVP wedding events

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published