Skip to content

keramiozsoy/petshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status codecov GitHub issues GitHub license Version 0.0.5

Twitter

petshop

a blueprint for petshop

https://github-petshop.herokuapp.com

requirement environments

  • Apache Maven 3.0.5
  • Java JDK 1.7.80 or above 😊
  • Eclipse (Kepler) or Netbeans 🐫

it has used

Development Setup

how to begin everything this project ?

mvn archetype:generate -DgroupId=com.keramiozsoy.petshop -DartifactId=petshop -Dversion=0.0.1-SNAPSHOT -DarchetypeArtifactId=maven-archetype-webapp -DinteractiveMode=false

local running

git clone https://github.com/keramiozsoy/petshop.git
cd petshop/petshop
 
mvn clean
mvn package

if you want to use eclipse

how to open this project with eclipse ?

Eclipse  >  File  > Import...  > General > Existing Project into Workspace  >  Browser > Select petshop project  > Finish

gitignore files

A gitignore file includes java,maven and eclipse gitignore files.

code formatter

You should use this code formatter before contributing.