Structure of solusion - peterlegrand/SIPx GitHub Wiki
The solution called SIPx (Sustainable Internet Platform X) consists of 5 projects:
1. API
(3:21 min)
Geeneral functionality as API server.
2. CallAPI
(1:04 min)
Used by the front end project (MVC) to connect to the API
3. DataAccess
(0:51 min)
Used by the API project to connect to the database
4. MVC
(1:54 min)
The front end project
5. Shared
(0:53 min)
The classes (models) that are shared with both frontend and API project