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/
- Host: GitHub
- URL: https://github.com/devtonin/dunder-mifflin-infinity
- Owner: devtonin
- License: mit
- Created: 2021-09-08T23:04:31.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T13:29:49.000Z (about 2 years ago)
- Last Synced: 2024-12-30T19:38:56.002Z (over 1 year ago)
- Topics: api-rest, java, react, spring-boot, sql, typescript
- Language: Java
- Homepage:
- Size: 2.77 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```
