Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adventure Pro Gear

Launch the project

    Method 1:

  1. Clone repository:
    git clone https://github.com/FilosofDanil/AdventureProGear.git
  2. For launch of our project we use Docker containers.
    Download latest version of Docker: https://www.docker.com/products/docker-desktop
  3. To build the docker image run (in the project directory) following command:
    docker build -t adventureprogear .
  4. To run created docker image run following command:
    docker run -p 8080:8080 adventureprogear:latest

    Method 2:

  1. Pull shared docker image from dockerHub
    docker image pull adventureprogear:latest
  2. To run pulled docker image run following command:
    docker run -p 8080:8080 adventureprogear:latest

About

TeamChallenge Web-Project. Developed by team of passionate developers, high-performance RESTful system, which provides serving for travel accessories online store with registration, pagination, filtration features.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages