##1. Objective Create a web application using the following technologies:
• Visual Studio 2013
• C# MVC5
• ORM: Entity Frame Work 5
• C# Razor Syntax
• Datatbase: MSSQL , SQL Server Express 2014
• Html 5/CSS3
• JavaScripte(Jquery)
• Bootstrap
• Etc.##2. Requirements
2.1 Build an address book.
2.2 Landing page.| Pages | Usage |
|---|---|
| Login page | To validate users' username/password |
| Address page | To show users' infromation |
##3. Installation Code Link
1.Download code
2.Modify the connection string in web.config file point to your local database.
3.Since it uses Entity Framework. After you first run the application it will automaticlly creat tables in your database
4.Or copy the .bak file from app data folder and restore it to local sql sever database(2014 sql sever express).
5. ...
##4. To do list
- Bootstrap
- CSS
- Encription
- Moving database to cloud( windows azure sql)
##5. Summary This Readme file is for purpose of practising documenting files using Github formate.