Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.58 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.58 KB

Project name: Backend of PDV(Ponto de Venda)

Idea of a point of sale for exercise in a discipline, using concepts from object oriented programming. The idea consists in a simple and minimalist point of sale, however fast and efficient. At the point of sale the employee can create a new products and select the products to sale, as also inform the order. And finally, finalize the sale, generating a fiscal note.

Extensions in VSCODE

  • Extension Pack for Java
  • Debugger for Java
  • Maven for Java
  • Project Manager for Java
  • Test Runner for Java

Libraries

  • Spring Boot
  • JUnit
  • Lombok
  • Spring Boot Mongo DB

Running

  1. Clone the repository: git clone [email protected]:isaacmsl/pdv-lp2.git
  2. Enter in the repository: cd pdv-lp2
  3. Make the file mvnw executable: sudo chmod +x mvnw
  4. Install the depedencies: ./mvnw clean install -DskipTests
  5. Run the project: ./mvnw spring-boot:run

Note: If you wanna make sure that connection to the database is correct, please change env variables in `application.properties

Authors


@isaacmsl

@AlissonDiogo