Skip to content

This repository contains source code of the SDM - SOEN 6461 Project.

Notifications You must be signed in to change notification settings

niravjdn/SDM-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

SDM-Project

This repository contains code of SDM Project for Fall 2019.

Team Member Details

Name Student ID Email ID
Nirav Ashvinkumar Patel 40081268 [email protected]
Avinash Damodaran 40078258 [email protected]
Jemish Kishor Paghadar 40080723 [email protected]
Charles Jebalitherson Augustin Moses 40084105 [email protected]
Vikramjit Singh 40075774 [email protected]

Team Leader For All Iterations

Iteration 1 - Nirav Patel

Iteration 2 - Nirav Patel

Iteration 3 - Nirav Patel

Iteration 4 - Nirav Patel

Trello Public URL For Task Division

https://trello.com/b/gLlDT1V7/sdm-project

How to set up project

Credentials for login (Clerk and Admin)

Username Password ID
[email protected] user
[email protected] user
[email protected] admin

Database Set up (Not Required for Iteration 1 and 2)

  • DB Name : zadmin_sdm
  • DB Username : root
  • DB Password : (No Password)

How to set up DB

Set up these properties with proper credentials in application.properties.

spring.datasource.url = jdbc:mysql://127.0.0.1:3306/zadmin_sdm?useSSL=true&characterEncoding=utf8&sessionVariables=storage_engine=InnoDB
spring.datasource.username = root

Also change in DBConfig Configuration class.

don't push change in application.properties to github unless it is really necessary.

Optimistic Concurrency - Demo in Video

Alt text

Two admins at the same time - Not allowed - Demo in Video

Alt text