Structure of solusion - peterlegrand/SIPx GitHub Wiki

The solution called SIPx (Sustainable Internet Platform X) consists of 5 projects:

1. API youtubesmall (3:21 min)

Geeneral functionality as API server.

2. CallAPI youtubesmall (1:04 min)

Used by the front end project (MVC) to connect to the API

3. DataAccess youtubesmall (0:51 min)

Used by the API project to connect to the database

4. MVC youtubesmall (1:54 min)

The front end project

5. Shared youtubesmall (0:53 min)

The classes (models) that are shared with both frontend and API project