Skip to content

mrbgco/MoveIt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

MoveIt

Full example to consume REST Web API 2 From a MVC Client with full SOLID implementation

Case Analysis

  • A company transfer people stuff between places.
  • They need to have their next Web Application to ease the operation for customers.
  • Through this application, clients should be able to get proposals and place offers.

Architecture

  • SQL DB generated from Code First with given data set.
  • Data Access Layer to expose CRUD functionality to Web API “Entity Framework”.
  • Web API MVC 2 to expose HTTP functionality to all clients.
    • SOLID.
    • Repositories pattern.
    • AutoFac IoC.
    • Automapper for DTO.
    • Place Proposals
    • View Proposals.
    • Accept Offers.
    • Google OAuth.
    • Facebook OAuth.
    • Identity.
    • BootStrap , glyphicons Font Icons

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published