Skip to content

belkin1667/p2pbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

L2L Hackathon Project

Peer To Peer Bot Platform "Peers"

Local Run

  1. Create and run docker postgres image
  • run docker-compose -f ./utils/postgres.yml up -d from project root directory
  1. Setup profile
  • Set Active Profiles Property to local in IDEA Run Configuration
  • Or use -Dspring.active.profiles=local jvm option

Running Tests

  1. Create and run docker postgres image
  • run docker-compose -f ./utils/postgres.yml up -d from project root directory
  • TDB: use testcontainers for embedded postgres
  1. Execute tests

Production Run

  • Use -Dspring.active.profiles=production jvm option

About

Peer To Peer Bot for L2L Hackathon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published