This repo contains our Windows UWP app which was an assignment for our Windows course at HoGent.
The application contains:
- List of campuses
- List of degrees
- Activities for each campus and/or degree
- News for each campus and/or degree
- Everything is managed in a control panel
- An API makes the data accessible and editable
- ...
- Xander Berkein (http://xanderberkein.be/)
- Alexander Van Damme
- Ruben Vermeulen (http://www.rubenvermeulen.be/)
- Open unzipped project in Visual Studio
- Build OpendeurdagApp
- Build OpendeurdagService
- In Solution Explorer: right click on Solution 'Opendeurdag' (2 projects)
- Select Properties
- In Common Properties > Startup Project: Select Multiple startup projects
- Select Start for OpendeurdagApp and OpendeurdagService
- Click OK and close properties
- Run Project (by clicking Start)
To log in, use following credentials:
- Username: xander@hogent.be OR ruben@hogent.be
- Password: Password123!
Open Package Manager Console (Tools -> NuGet Package Manager -> Package Manager Console)
Execute following commands:
Update-Database
After the commands are executed you're all set up.