https://github.com/damiangreen/envoycustomerregistration
Tech test that uses NHibernate, Bootstrap and MVC to allow a user to create a registration
https://github.com/damiangreen/envoycustomerregistration
Last synced: 10 months ago
JSON representation
Tech test that uses NHibernate, Bootstrap and MVC to allow a user to create a registration
- Host: GitHub
- URL: https://github.com/damiangreen/envoycustomerregistration
- Owner: damiangreen
- Created: 2014-08-16T23:18:07.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-16T23:40:00.000Z (almost 12 years ago)
- Last Synced: 2024-04-14T07:31:51.659Z (about 2 years ago)
- Language: C#
- Size: 1.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
EnvoyCustomerRegistration
=========================
Tech test that uses NHibernate, Bootstrap and MVC to allow a user to create a registration
Test outlined below:
Simple user registration:
- Capture Name, Email address and address (Line1, Line2, PostCode). All fields required.
- Store this data using nHibernate (Dummy Call is fine)
The solution and project structure should be designed for a medium size project with multiple developers working on. The architecture of the code is what is being reviewed here.
Musts haves:
VS2012+
Fluent nHibernate
Dependency Injection
Nice to haves:
Angular JS
Bootstrap