Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kmponis/platform-application
A web application consisting of an Angular frontend, Spring Boot REST API backend and AWS API's.
https://github.com/kmponis/platform-application
Last synced: 24 days ago
JSON representation
A web application consisting of an Angular frontend, Spring Boot REST API backend and AWS API's.
- Host: GitHub
- URL: https://github.com/kmponis/platform-application
- Owner: kmponis
- Created: 2020-05-31T21:27:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:29:49.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T03:22:11.239Z (almost 2 years ago)
- Language: TypeScript
- Size: 2.83 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# platform-application
A web application consisting of an Angular frontend, Spring Boot REST API backend and AWS API's.## Prerequisites:
* Download and install docker-compose
* Download and move to 'platform-application'
`$ git clone https://github.com/kmponis/platform-application.git`## Deploy locally with docker-compose
* Enter 'y' when deploying first time
`$ docker-compose up`## Test platform-application, frondend and backend
* Users: admin:admin, user:user
`$ open http:///`
> Note: On first attempt it will take 5-6 seconds to login due to AWS Lambda cold start.
The session time-out is set to 5 min so after that the user will be logged out.
* Test platform_be endpoint on swagger
`$ open http://:8885/swagger-ui.html`