Code Monkey home page Code Monkey logo

web-application's Introduction

Welcome to the Flight Reservation Service Project Guide

Clean the Project from Previous Executions

mvn clean

Compile and Run Tests

mvn test

Build and Package into an Executable jar, Skipping Tests

mvn package -Dmaven.test.skip=true

Run the application:

java -jar /path/to/jar-with-dependencies.jar /path/to/config.cfg

For Example:

java -jar target/web-application-1.0-SNAPSHOT-jar-with-dependencies.jar src/test/resources/config-example.cfg

Contributing to the Project

  • All development needs to take place in GIT branches.
  • The master branch should always contain the latest and most stable code, which is ready to be released.
  • Nobody is allowed to commit/push code directly to master after the initial commit.
  • All code merged into the master branch needs to be peer reviewed through a formal
    Pull Request.

GIT Branch Naming Convention

  • Each Git Branch needs to follow the following naming conversion: [feature/bug-XXXX]

Examples:

  • A new branch that contains a new feature development and is associated with Issue 1234 should be called: feature-1234
  • A bug fix associated with "Issue 5678" should be worked on as part of a bug-5678 GIT branch

Note: The naming convention is specific to this project only, and may different from team to team and from organization to organization

Pull Requests

  • Every change that happened in a separate branch from master needs to go through a Pull Request from the development branch to master.
  • If the change contains multiple commits, the commits need to be squashed into a single commit before merging to master.
  • The squash commit need to start with the issue number followed by a colon, followed the description of the action this commit does.

Examples:

"Issue-1234: Add build script to automatically build and test the application" "Issue-5678: Fix bug in test ABCD..."

  • After the Pull Request gets closed, the branch that was merged into master needs to be deleted

web-application's People

Contributors

michaelpog avatar

Watchers

 avatar

Forkers

javad87

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.