Skip to content

Rest API serving external frontend application

Notifications You must be signed in to change notification settings

isaacmsl/pdv-lp2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Rest API serving external frontend application

Topics

Resources

Stars

Watchers

Forks