Giter Club home page Giter Club logo

timemgt_group4_sweng894's Introduction

To run the Angular project

  1. Go to the FRONTEND/newFrontEnd/apTime folder
  2. Open the terminal/command prompt and run:
  • npx npm-force-resolutions
  • npm install
  • ng serve -o

To run the auth service.

clone the repo.

  • For linux based os:
  1. switch to bashiirUserUathFeature branch (git checkout bashiirUserUathFeature)
  2. cd to userAuth/userAuth.
  3. Open terminal and run: ./mvnw spring-boot:run -Dspring-boot.run.profiles=dev
  • For windows os
  1. manually install maven.
  2. then run mvn spring-boot:run -Dspring-boot.run.profiles=dev.

To sync the personal branch with TestMaster branch

Typically there are two ways to sync your personal branch with other (TestMaster) branch: merge or rebase (For the difference between merge and rebase, and other details, please check https://www.atlassian.com/git/tutorials/merging-vs-rebasing)

  1. merge:
    1. Firstly, please sync your local repository:
      1. git checkout your-branch
      2. git fetch origin
      3. git pull
    2. Then, merge the target branch into your own branch:
      • git merge TestMaster (or other branch name)
    3. Then, push the changes into central repository:
      • git push
    4. Done. Your branch is syned with the target branch.
  2. rebase
    1. Firstly, please sync your local repository (same with merge):
      1. git checkout your-branch
      2. git fetch origin
      3. git pull
    2. Then, rebase the current branch with the target branch:
      • git rebase TestMaster (or other branch name
    3. Now you should push the changes into central repository:
      • git push
    4. Done. Your branch is synced with the target branch.

Besides CLI (Command-line interface), we can also sync the branch via github website:

  1. Open the target branch (TestMaster) in the web browser;
  2. Click New Pull Request button;
  3. In the Compare changes page, click the Base dropdown box, choose your branch as the base branch;
  4. If there are any unsynced commits, the page will show the differences, and let you create a new PR with proper name and description;
  5. After the PR is created, you should be able to merge the PR into your branch. Then your branch is synced successfully.

timemgt_group4_sweng894's People

Contributors

bashiir avatar husna avatar lchavarria0d30 avatar scottweiss-pennstate avatar smthwas avatar yanisse avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.