Description This is an application to keep track of a book library. Part of the selection process for CSW|Solutions
Specs:
- List books by author
- Maintenance of books, authors and categories
- Web API to:
- List all books
- List books by category
- List books by author
Platform and Libraries:
- ASP .NET MVC 5.0
- WebAPI 2.0
- Entity Framework 6
- SQL Server 2014 Express
- AlmsaeedStudio Bootstrap Theme
Notes: Database files (sql scritps and bacpac) are located in App_Data folder, but the database is created and seeded automatically by EF.