An open API service indexing awesome lists of open source software.

https://github.com/devtonin/dunder-mifflin-infinity

πŸ’Ό A monolith dashboard app based on The Office show. Built-in ReactJS and consuming a Spring-based REST API. https://ddermffinfinity.netlify.app/
https://github.com/devtonin/dunder-mifflin-infinity

api-rest java react spring-boot sql typescript

Last synced: 3 months ago
JSON representation

πŸ’Ό A monolith dashboard app based on The Office show. Built-in ReactJS and consuming a Spring-based REST API. https://ddermffinfinity.netlify.app/

Awesome Lists containing this project

README

          

# Dunder Mifflin Infinity ♾️

## Sales dashboard system based on The Office show 🏒

## Built-in ReactJS βš›οΈ, consuming a Java Spring API β˜•πŸƒ

## Available on https://ddermffinfinity.netlify.app/ 🍎

### To run the backend app:
```shell
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:
```shell
npm start
```
![michael-gif](giphy.gif)