Skip to content

CPardeep/HWA-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HWA-Project

Getting Started

Prerequisites

What things you need to install the software and how to install them Git Bash --> https://gitforwindows.org/ Java jdk-14.0.1 --> https://www.oracle.com/java/technologies/javase/jdk14-archive-downloads.html Maven --> https://maven.apache.org/download.cgi Springboot --> https://spring.io/guides/gs/spring-boot/

Installing

A step by step series of examples that tell you how to get a development env running

  1. Open git Bash.

  2. cd to the directory where your file is stored, in my case its in Desktop and go into the documentation folder.

$ cd "   your file directory    "/HWA-Project
  1. Unwrap the war file
$  java -jar HWA-Project-0.0.1-SNAPSHOT.war

Running the tests

To run tests please use git bash and use the following file directory structure to cd too. Make sure in the IMS-Starter folder there should be a pom file like below. To see the contents of a folder please use the command ls.

$ cd "   your file directory    "/HWA-Project

Unit Tests

Unit testing tests each invdiual method of the program.

Run all the unit test classes.

$ mvn test

Run a single unit test classe.

$ mvn -Dtest= "Test name" test

Run a set of unit test classes.

$ mvn -Dtest= "Test name", "Test name" test

Run Integration test classes.

$ mvn clean verify -P integration-test

Built With

  • Maven - Dependency Management

Versioning

We use SemVer for versioning.

Authors

License

This project is licensed under the MIT license - see the LICENSE.md file for details

For help in Choosing a license

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

About

This repo hosts a project about Dogs being added to the shelter.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors