Skip to content

ggunti/iStudent

 
 

Repository files navigation

iStudent

Design Patterns Course UBB 2017-2018

  1. User management & Course subscriptions
  2. Assignments, tests and gradings/ & Test/Assignment design
  3. Analytics & Reporting
  4. University Blog - push notifications etc.

Build Status

wercker status

Project Details

Prerequisites

How to build and run the project?

Windows

step 1:
gradlew clean build
step 2:
gradlew bootRun
step 3:
http://localhost:8080
step 4:
Enjoy coding :)

Linux/Mac OS

step 1:
./gradlew clean build
step 2:
./gradlew bootRun
step 3:
http://localhost:8080
step 4:
Enjoy coding :)

Logistics

Courses

  • Course 1: Solid Principles and Creational Patterns (Factory, Builder, Prototype, Singleton)
  • Course 2: Structural Patterns (Adapter, Bridge, Composite, Decorator, Facade, Proxy)
  • Course 3: Behavioral Patterns (Chain of Responsibility, Command, Iterator, Mediator, Observer)
  • Course 4: Behavioral Patterns (State, Strategy, Template)

Attendance status of students

Self-scheduling for labs, for a more balanced number of students at each laboratory

About

Design Patterns Course UBB 2017-2018

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 96.8%
  • JavaScript 1.6%
  • HTML 1.6%