group-project-team1 created by GitHub Classroom

Overview

Team 1

Timothy Flucker

Hello my name is Timothy Flucker and I am a software developer consultant at Deloitte. I have 8 years of software development experience in an Agile-Scrum team based environment. I have been part of the full software developemnt lifecycle and I have experience designing, developing, testing, and deploying code. I have also participated in creating and updating project artifacts and project documentation. I am located in Washington DC with my wife Sydney and my dog Lincoln (4 year old German Shepard and Staffordshire Terrier mix). I have experience with the following programming languages and technologies:

  • Java 1.8 and Java 11
  • JavaScript / JQuery
  • Python
  • HTML5 + CSS3
  • Oracle SQL
  • PostgreSQL
  • Spring Boot Framework
  • Node.js
  • Git
  • Docker
  • Jenkins

Xiaobing Hou

Hi my name is Xiaobing Hou. I am from China and I am a online student. I have no experience for software development. I have finished three classes (CS521, CS526, and CS622) and my former major is air conditioning. I am located in Golden, Colorado with my wife who's major is Chemical Engineering.

The following is my programing languages:

  • Java 17
  • JavaScript / JQuery
  • Python
  • HTML5 + CSS3
  • Node.js
  • Git

Jean Dorancy

Hello I'm Jean Dorancy and I have been a Software Engineer for the past six years. I have worked on range of different applications.

  • APIs and microservices with the lightweight Dropwizard framework and one project with Spring Boot.
  • Stream (Kafka) processing with Apache Storm, Akka Actors and Akka Streams (including simple Kafka consumers).
  • Web with Play Framework, PHP, and React JS, Webpack JS for frontend.
  • Batch with the powerful Spark framework.
  • Emails templates processing with Node JS and Grunt JS.
  • And others.

I have recently been deploying on Google Cloud Platform especially on Dataproc clusters and Kubernetes (GKE) although couple years ago it was VMs (now outdated)! I'm familiar with SQL Server primarily from professional experience while I have used PostgreSQL and MySQL in side projects years back. I have also recently worked with Memcached, Redis, Elasticsearch, Solr, HBase and Aerospike for storage/cache solutions. Some DevOps tools that I have used includes Docker, Jenkins, Airflow, Buildkite, Git, Kibana etc. On personal note, I'm married and father of one boy. We live in the greater Boston area in MA.

Weijie Liang

Hello my name is Weijie Liang. I am a BU student majoring Computer Science with concentration of Data Analysis. I have only had basic development experience during my undergraduate years. The class I have finished are CS544,CS555,CS566,CS575,CS579,CS622. I am Located in Boston as an On-Campus Student. The programming language I have used before are as follows:

  • C
  • Java / J2EE / Android
  • R
  • SQL
  • Python
Comments
  • updatePostman file

    updatePostman file

    Summary

    Development Deployment

    Steps to Deploy

    • Navigate to the Dev App on Heroku: https://dashboard.heroku.com/apps/trackr-dev/deploy/github
    • Go down to Manual deploy
    • Select your branch from the Choose a branch to deploy dropdown
    • Click Deploy Branch
    • Et voila! Your code is route to run in development (assuming your build succeeds).

    Testing

    Manual

    Automated

    Code Reviews Checklist

    • [X] Manageability
    • [X] Architecture
    • [X] Maintainability
    • [X] Correctness
    • [X] Invalid input/states
    • [X] Usability
    • [X] Reusability
    • [X] Object-Oriented Analysis and Design (OOAD) Principles

    Reference for the list can be found here

    opened by hxb2016 2
  • Bump loader-utils from 2.0.2 to 2.0.3

    Bump loader-utils from 2.0.2 to 2.0.3

    Bumps loader-utils from 2.0.2 to 2.0.3.

    Release notes

    Sourced from loader-utils's releases.

    v2.0.3

    2.0.3 (2022-10-20)

    Bug Fixes

    • security: prototype pollution exploit (#217) (a93cf6f)
    Changelog

    Sourced from loader-utils's changelog.

    2.0.3 (2022-10-20)

    Bug Fixes

    • security: prototype pollution exploit (#217) (a93cf6f)
    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 1
  • Iteration 2 xb

    Iteration 2 xb

    Summary

    Add bank account table to dashboard page

    Development Deployment

    Steps to Deploy

    • Navigate to the Dev App on Heroku: https://dashboard.heroku.com/apps/trackr-dev/deploy/github
    • Go down to Manual deploy
    • Select your branch from the Choose a branch to deploy dropdown
    • Click Deploy Branch
    • Et voila! Your code is route to run in development (assuming your build succeeds).

    Testing

    image

    Manual

    Automated

    Code Reviews Checklist

    • [X] Manageability
    • [X] Architecture
    • [X] Maintainability
    • [X] Correctness
    • [X] Invalid input/states
    • [X] Usability
    • [X] Reusability
    • [X] Object-Oriented Analysis and Design (OOAD) Principles

    Reference for the list can be found here

    opened by hxb2016 1
  • Sign Up and Login Pages

    Sign Up and Login Pages

    Summary

    • Setup React Router DOM to enable navigation to multiple pages.
    • Setup Formik to create forms in the app.
    • Setup Yup for input validation.
    • Setup Axios as default REST client in JS.
    • Setup simple alerting so user can have a feedback (very simple)
    • Started with popular React container pattern in order to separate the logic with presentation
    • Added constraints for password min length: 6.
    • Setup Prettier for JS code sniff and auto formatting.
    • Built the Signup page in the home page to keep things simple. Able to successfully create a user in the app.
    • Built the Login page and able to authenticate.

    Testing

    Set the result in action in dev: https://trackr-dev.herokuapp.com/

    Manual

    • Create user in the UI
    • Authenticate with the previously created user
    • Test input validation for required fields
    • Test with invalid credentials.

    Automated

    • Added one test case for password length

    Code Reviews Checklist

    • [X] Manageability
    • [X] Architecture
    • [X] Maintainability
    • [X] Correctness
    • [X] Invalid input/states
    • [X] Usability
    • [X] Reusability
    • [X] Object-Oriented Analysis and Design (OOAD) Principles

    Reference for the list can be found here

    opened by jdorancy-bu 1
  • Setup Dev Deployment with Docker

    Setup Dev Deployment with Docker

    Summary

    Reference Dev App: https://dashboard.heroku.com/apps/trackr-dev

    • Containerized application with Docker
    • Setup Heroku development deployment with Docker
    • Updated Postman collection to include both a local and development folder
    • Add README doc with sections about setting up, running locally and deploying to development

    Testing

    Manual

    • Ran application locally in the IDE, Console, and Docker
    • Deployed the application to development: https://trackr-dev.herokuapp.com/

    Automated

    -n/a

    Code Reviews Checklist

    • [X] Manageability
    • [X] Architecture
    • [X] Maintainability
    • [X] Correctness
    • [X] Invalid input/states
    • [X] Usability
    • [X] Reusability
    • [X] Object-Oriented Analysis and Design (OOAD) Principles

    Reference for the list can be found here

    opened by jdorancy-bu 1
  • Create User API implementation

    Create User API implementation

    Summary

    • updating schema to have auto incrementing value for the ID column in the USERS table
    • Added initial dataset (all group 1 team members)
    • added new api endpoint "api/users/create"
      • added validation logic for parameters
      • added custom query to see if record with username already exists (username must be unique)
    • added unit test to test validation logic

    Testing

    • ParameterizedTest - src/test/java/.../UserServiceImplTest
      • tests that all fields have value and are not empty strings
      • tests that username is unique
      • tests that email follows proper regex pattern

    Manual

    Postman collection added

    • valid result (creates new record), send again to test unique username
    • null params
    • empty params
    • bad email pattern

    Automated

    NONE

    Code Reviews Checklist

    • [X] Manageability
    • [X] Architecture
    • [X] Maintainability
    • [X] Correctness
    • [X] Invalid input/states
    • [X] Usability
    • [X] Reusability
    • [X] Object-Oriented Analysis and Design (OOAD) Principles

    Reference for the list can be found here

    enhancement 
    opened by tflucker 1
  • Dev addtest

    Dev addtest

    Summary

    password validation feature fixed

    Development Deployment

    Steps to Deploy

    • Navigate to the Dev App on Heroku: https://dashboard.heroku.com/apps/trackr-dev/deploy/github
    • Go down to Manual deploy
    • Select your branch from the Choose a branch to deploy dropdown
    • Click Deploy Branch
    • Et voila! Your code is route to run in development (assuming your build succeeds).

    Testing

    Manual

    Automated

    Code Reviews Checklist

    • [X] Manageability
    • [X] Architecture
    • [X] Maintainability
    • [X] Correctness
    • [X] Invalid input/states
    • [X] Usability
    • [X] Reusability
    • [X] Object-Oriented Analysis and Design (OOAD) Principles

    Reference for the list can be found here

    opened by SimonMosLWJ 0
  • Iteration 3 Pre Release Docs

    Iteration 3 Pre Release Docs

    Summary

    Preparing for final iteration release.

    • [X] Readme.md
    • [X] Doc/CS673_finalpresentation_team1
    • [X] Doc/CS673_SPPP_team1
    • [X] Doc/CS673_SPPP_RiskManagment_team1
    • [X] Doc/CS673_SDD_team1
    • [X] Doc/CS673_STD_team1
    • [X] Doc/CS673_progressreport_team1
    • [X] Doc/CS673_meetingminutes_team1
    • [X] Code/… : runnable source code

    Development Deployment

    Steps to Deploy

    • Navigate to the Dev App on Heroku: https://dashboard.heroku.com/apps/trackr-dev/deploy/github
    • Go down to Manual deploy
    • Select your branch from the Choose a branch to deploy dropdown
    • Click Deploy Branch
    • Et voila! Your code is route to run in development (assuming your build succeeds).

    Testing

    Manual

    n/a

    Automated

    n/a

    opened by jdorancy-bu 0
  • Updating Postman collections

    Updating Postman collections

    Summary

    • updating postman collection
    • adding new postman collections with DEV + PROD URLs

    Development Deployment

    Steps to Deploy

    • Navigate to the Dev App on Heroku: https://dashboard.heroku.com/apps/trackr-dev/deploy/github
    • Go down to Manual deploy
    • Select your branch from the Choose a branch to deploy dropdown
    • Click Deploy Branch
    • Et voila! Your code is route to run in development (assuming your build succeeds).

    Testing

    Manual

    Automated

    Code Reviews Checklist

    • [X] Manageability
    • [X] Architecture
    • [X] Maintainability
    • [X] Correctness
    • [X] Invalid input/states
    • [X] Usability
    • [X] Reusability
    • [X] Object-Oriented Analysis and Design (OOAD) Principles

    Reference for the list can be found here

    documentation enhancement 
    opened by tflucker 0
  • add test and function

    add test and function

    Summary

    added basic function and test

    Development Deployment

    Steps to Deploy

    • Navigate to the Dev App on Heroku: https://dashboard.heroku.com/apps/trackr-dev/deploy/github
    • Go down to Manual deploy
    • Select your branch from the Choose a branch to deploy dropdown
    • Click Deploy Branch
    • Et voila! Your code is route to run in development (assuming your build succeeds).

    Testing

    Manual

    Automated

    Code Reviews Checklist

    • [X] Manageability
    • [X] Architecture
    • [X] Maintainability
    • [X] Correctness
    • [X] Invalid input/states
    • [X] Usability
    • [X] Reusability
    • [X] Object-Oriented Analysis and Design (OOAD) Principles

    Reference for the list can be found here

    opened by SimonMosLWJ 0
  • Iteration3 Pre Release

    Iteration3 Pre Release

    Summary

    • All the code developed during iteration 3
    • Merged origin/main to branch with strategy ours
    • No other commits

    Development Deployment

    Steps to Deploy

    • Navigate to the Dev App on Heroku: https://dashboard.heroku.com/apps/trackr-dev/deploy/github
    • Go down to Manual deploy
    • Select your branch from the Choose a branch to deploy dropdown
    • Click Deploy Branch
    • Et voila! Your code is route to run in development (assuming your build succeeds).

    Testing

    Manual

    • Deployed to dev
    • Login/Logout
    • CRUD Account
    • CRUD Transaction
    • Update profile
    opened by jdorancy-bu 0
  • Bump decode-uri-component from 0.2.0 to 0.2.2

    Bump decode-uri-component from 0.2.0 to 0.2.2

    Bumps decode-uri-component from 0.2.0 to 0.2.2.

    Release notes

    Sourced from decode-uri-component's releases.

    v0.2.2

    • Prevent overwriting previously decoded tokens 980e0bf

    https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2

    v0.2.1

    • Switch to GitHub workflows 76abc93
    • Fix issue where decode throws - fixes #6 746ca5d
    • Update license (#1) 486d7e2
    • Tidelift tasks a650457
    • Meta tweaks 66e1c28

    https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.1

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 0
  • Bump loader-utils from 2.0.2 to 2.0.4

    Bump loader-utils from 2.0.2 to 2.0.4

    Bumps loader-utils from 2.0.2 to 2.0.4.

    Release notes

    Sourced from loader-utils's releases.

    v2.0.4

    2.0.4 (2022-11-11)

    Bug Fixes

    v2.0.3

    2.0.3 (2022-10-20)

    Bug Fixes

    • security: prototype pollution exploit (#217) (a93cf6f)
    Changelog

    Sourced from loader-utils's changelog.

    2.0.4 (2022-11-11)

    Bug Fixes

    2.0.3 (2022-10-20)

    Bug Fixes

    • security: prototype pollution exploit (#217) (a93cf6f)
    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 0
  • Bump terser from 5.13.1 to 5.14.2

    Bump terser from 5.13.1 to 5.14.2

    Bumps terser from 5.13.1 to 5.14.2.

    Changelog

    Sourced from terser's changelog.

    v5.14.2

    • Security fix for RegExps that should not be evaluated (regexp DDOS)
    • Source maps improvements (#1211)
    • Performance improvements in long property access evaluation (#1213)

    v5.14.1

    • keep_numbers option added to TypeScript defs (#1208)
    • Fixed parsing of nested template strings (#1204)

    v5.14.0

    • Switched to @​jridgewell/source-map for sourcemap generation (#1190, #1181)
    • Fixed source maps with non-terminated segments (#1106)
    • Enabled typescript types to be imported from the package (#1194)
    • Extra DOM props have been added (#1191)
    • Delete the AST while generating code, as a means to save RAM
    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 0
  • Feedback

    Feedback

    :wave:! GitHub Classroom created this pull request as a place for your teacher to leave feedback on your work. It will update automatically. Don’t close or merge this pull request, unless you’re instructed to do so by your teacher. In this pull request, your teacher can leave comments and feedback on your code. Click the Subscribe button to be notified if that happens. Click the Files changed or Commits tab to see all of the changes pushed to main since the assignment started. Your teacher can see this too.

    Notes for teachers Use this PR to leave feedback. Here are some tips: - Click the **Files changed** tab to see all of the changes pushed to `main` since the assignment started. To leave comments on specific lines of code, put your cursor over a line of code and click the blue **+** (plus sign). To learn more about comments, read “[Commenting on a pull request](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/commenting-on-a-pull-request)”. - Click the **Commits** tab to see the commits pushed to `main`. Click a commit to see specific changes. - If you turned on autograding, then click the **Checks** tab to see the results. - This page is an overview. It shows commits, line comments, and general comments. You can leave a general comment below. For more information about this pull request, read “[Leaving assignment feedback in GitHub](https://docs.github.com/education/manage-coursework-with-github-classroom/leave-feedback-with-pull-requests)”.

    Subscribed: @jdorancy-bu @tflucker @hxb2016 @SimonMosLWJ

    opened by github-classroom[bot] 0
Releases(iteration-3)
Owner
null
course-project-javajsk created by GitHub Classroom

Project JavaJSK - UofTruck University of Toronto Food truck ordering system. For more information see our design document. Problem specification Our p

null 1 Jan 12, 2022
hello-git-taqiyaehsan created by GitHub Classroom

?? The Basics of GitHub ?? Course overview and learning outcomes The goal of this course is to give you a brief introduction to GitHub. We’ll also pro

null 1 Feb 3, 2022
Tracks information (skills, inventory, bank, etc.) about a group ironman player and sends it to a website for other group members to view

Group Ironmen Tracker Plugin Website: groupiron.men Source for frontend and server: https://github.com/christoabrown/group-ironmen This plugin tracks

Christopher Brown 7 Nov 11, 2022
Rebuilding nand2tetris from scratch in different way - Group Project

nand2tetris Rebuilding nand2tetris from scratch in different way - Group Project License - GNU GPL v2.0 The contents of this file are subject to the G

nand2tetris-new 0 Apr 2, 2022
Group 3 final project

Bootcamp Java Backend - Meli Wave 3 PCD ?? Projeto final Bootcamp Wave 3 - Grupo 3. ?? Table of contents Tecnologias Como Executar Requisitos Membros

Joaquim Borges 1 May 25, 2022
This is Group 102's project in EBU6304.

Smart Kiosk This is Group 102's project in EBU6304. Development Environment Windows 10 JDK-15.0.1 How to Run Download Smart-Kiosk.zip and uncompress i

null 5 Jul 28, 2022
Android App for Classroom Interaction

即時課堂互動 Classroom Interaction App (畢業專題 2017) 指導教授: 趙一芬 組員: 許宸瑜, 謝子晏, 范植貿, 周易凱 Poster: png Report: word Slides: pdf 專題動機 : 往往電機系給人的印象是半導體、IC設計,而近年來,因為資

范植貿(Chi-Mao Fan) 1 Feb 13, 2022
☕️🚀🚨 This repository consists of solutions for the Community Classroom complete DSA Java Bootcamp assignment problems.

Java DSA Bootcamp ?? Assignments Go to Kunal Kushwaha's ????‍?? course repository : ☕️ Java DSA Bootcamp ⚠️ ?? this repository is now inactive due to

Milind Mishra⚡️ 106 Dec 12, 2022
An Android library for member secretGFX group, This can be used to growing your apps and get more install via a simple banner view & native view and interstitial dialog.

GFX-AdPromote An Android library for member secretGFX group, This can be used to growing your apps and get more install via a simple banner view & nat

SAID MOTYA 10 Dec 25, 2022
This repo holds all the basic code and documentation to the ev3 roboter of group 3 from WS21/22

e3base This repo holds all the basic code and documentation to the ev3 roboter of group 3 from WS21/22 Task Every group had to build a roboter using t

Jonas Deipenbrock 1 Feb 12, 2022
The respository of a student group called 'Bombenstimmung' at the University of Wuppertal during the SWT-Praktikum 2021/22

Bomberfrau The respository of a student group called 'Bombenstimmung' at the University of Wuppertal during the SWT-Praktikum 2021/22 Installation: Vo

BEJOSCHR 7 Jan 10, 2022
Auto-Unit-Test-Case-Generator automatically generates high-level code-coverage JUnit test suites for Java, widely used within the ANT Group.

中文README传送门 What is Auto-Unit-Test-Case-Generator Auto-Unit-Test-Case-Generator generates JUnit test suites for Java class just as its name. During te

TRaaS 108 Dec 22, 2022
My first proper GitHub project, I guess. Basically an automated version of the "Battle Royale" short series on Geo Facts' YouTube channel.

State-Royale Made by Pixer415, with some help from ThatOneCalculator This project needs your contributions. New modes/new features/typo fixes/suggesti

null 2 Jun 27, 2022
Section B of Assignment 1. Setup project and collaborate on GitHub by writing test fixtures.

Task Each member (including the team leader) should create a branch (use student number as the branch name) and include a small program in the branch

Quinn Frost 1 Apr 6, 2022
This project was created as a simple example to show how we can implement the hexagonal architecture(software design) proposed by Netflix.

Netflix Hexagonal Architecture Table of contents About the project Description Built with Installation Requirements to run Usage information Run Licen

José Lucas 12 Dec 20, 2022
Presti 5 Nov 19, 2022
Restaurant Advisor application created for Munich as part of team project at the university.

Restaurant Advisor Application It is important to mention that this application was created for educational purposes. Restaurants information is taken

Johnpier 1 Oct 16, 2022
An assistance platform made using Spring framework that analyses your code, and helps you either to start a devops project, or to turn an existing project into a devops project using open source software (Git, Docker, Jenkins..)

DevOpsify Description An assistance platform made using Spring framework that analyses your code, and helps you either to start a devops project, or t

obaydah bouifadene 14 Nov 8, 2022
图书管理;图书管理系统;图书管理系统后端,该项目采用Springboot整合Mybatis对数据持久化以及Api的封装实现,前台项目地址:https://github.com/Nirunfeng/BookSys-Client

System of Book Management(sbm) 项目说明 图书管理系统后台,该项目采用Springboot整合Mybatis对数据持久化以及Api的封装实现,前台项目地址:BookSys-Client 项目启动 数据库:mysql5.6执行以下脚本,项目下脚本文件--sbm.sql 导

null 61 Dec 30, 2022