Модель событий BeerNCode.
- Реестр событий. Событие можно регистрировать
- На событие может зарегистрироваться посетитель
Рекваирменты
- Событие может иметь ограничение на количество посетителей
- Посетитель может регистрироваться один раз
- Регистрация события - привелегированная операция
Meeting - RA
Address - VO
Date
MaxNumberOfAttendies
Attendies
Tests - **NUnit**, MSpec, Cucumber
Persitence - **NHibernate**, Memory, MongoDb
UI - **Console**, ASP.NET MVC, REST Like API
- Список событий, регистрация события
- Список посетителей, регистрация посетителя.
- Visual Studio 2010
- NUnit Tests (either notthing special, could be easy changed to something else)
Note#1: We do not check-in dependencies from nuget to source control. This is OK. When you will build solution for first time, script will automatically dowload everything it needs.
Note#2: To build solution run msbuild
in solution folder. It will peak default solution file and build.