Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 575 Bytes

readme.md

File metadata and controls

47 lines (30 loc) · 575 Bytes

Crypto P2P 💰

Installation

clon repository

git clone https://github.com/eldelga/cryptop2p-backend.git

Build image

docker build -t cryptop2p-backend:v1 .

Run container

docker run -p 80:8080 cryptop2p-backend:v1 

V2.0 Release notes

  • Fixed CRUD Users
  • Create SALE / PURCHASE Offer
  • DTO entities creation
  • TAG version
  • Offer controller

V1.0 Release notes

  • CRUD Users
  • Github Action CI
  • Railways CD
  • SonarCloud integration
  • TAG version
  • Docker deploy

TO do

  • Create Unit Test validation
  • Finish model