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

https://github.com/dking1342/office-full-stack

An app that mimics a supply chain office which connects suppliers to customers
https://github.com/dking1342/office-full-stack

angular angular-material app hibernate java javascript postgresql spring-boot typescript

Last synced: 3 months ago
JSON representation

An app that mimics a supply chain office which connects suppliers to customers

Awesome Lists containing this project

README

          

# Office Full Stack App

## Stack
Postgres
Java
Spring Boot
Angular

## Overview
This app is a demo that replicates an office supply chain software system. It has different areas within the app that connects employees, suppliers, customers and many more. The goal of this app was to test out using variations of a different stack along with practicing a more complex database structure.

## Todos
There are many ways this app could be improved from a functional and stylistic standpoint. These are the main areas:

-Styling
-Authentication
-Global state
-Global error handling
-More advanced features of Angular (ie subscribing, etc)