Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 523 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 523 Bytes

Dunder Mifflin Infinity ♾️

Sales dashboard system based on The Office show 🏢

Built-in ReactJS ⚛️, consuming a Java Spring API ☕🍃

To run the backend app:

  mvn clean install

Run the main class Sds4Application.java

It will be available at localhost:8080

The database is accessable through localhost:5432/dsvendas

To run the frontend app:

  npm start

michael-gif