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
- Host: GitHub
- URL: https://github.com/dking1342/office-full-stack
- Owner: dking1342
- Created: 2022-01-06T05:08:16.000Z (over 4 years ago)
- Default Branch: postgres-java-angular
- Last Pushed: 2022-02-10T09:09:24.000Z (over 4 years ago)
- Last Synced: 2025-01-14T15:23:51.808Z (over 1 year ago)
- Topics: angular, angular-material, app, hibernate, java, javascript, postgresql, spring-boot, typescript
- Language: TypeScript
- Homepage:
- Size: 1.78 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)