Skip to content

RubenVermeulen/WindowsUWP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WindowsUWP

Summary

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
  • ...

Team members

Setup for first use

  1. Open unzipped project in Visual Studio
  2. Build OpendeurdagApp
  3. Build OpendeurdagService
  4. In Solution Explorer: right click on Solution 'Opendeurdag' (2 projects)
  5. Select Properties
  6. In Common Properties > Startup Project: Select Multiple startup projects
  7. Select Start for OpendeurdagApp and OpendeurdagService
  8. Click OK and close properties
  9. Run Project (by clicking Start)

Login

To log in, use following credentials:

Database setup

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published