Social Network Zerone server Project

Prerequisite

  1. JDK 11
  2. Stand-alone Git
  3. Stand-alone Docker

Pull project at once

  1. Create the ZeroneServer root folder in your working space. You can choose another name if you want.
  2. Execute the following git command inside that folder
git clone  https://gitlab.skillbox.ru/javapro17/javapro-socialnetwork-studygroup-17
  1. Run in the scripts/config/postgres directory.
docker-compose up -d
  1. Run in the docker/local directory.
docker-compose up --build -d