Skip to content

A client needs to create a web application for managing events and lists of guests invited to these events.

Notifications You must be signed in to change notification settings

nosolodkov/EventManagerWeb

Repository files navigation

BUILD AND RUN

In VS Package Manager Console:

  1. sqllocaldb start "MSSQLLocalDB"
  2. Update-Database. This command creates DB structure from EF Migration.
  3. Run SQL script 'fill_database.sql' for MSSQLLocalDB. The script will fill the test data into the database.

Run Web application.

==========================================================================

Not implemented yet:

  1. Import/Export guests from/to CSV.
  2. Some validation.
  3. Stability and performance.

About

A client needs to create a web application for managing events and lists of guests invited to these events.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published