BUILD AND RUN
In VS Package Manager Console:
- sqllocaldb start "MSSQLLocalDB"
- Update-Database. This command creates DB structure from EF Migration.
- Run SQL script 'fill_database.sql' for MSSQLLocalDB. The script will fill the test data into the database.
Run Web application.
==========================================================================
Not implemented yet:
- Import/Export guests from/to CSV.
- Some validation.
- Stability and performance.