Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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`