Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/angelokezimana/posta

Spring Boot and Angular Tutorial for Educational Purposes
https://github.com/angelokezimana/posta

angular java spring-boot typescript

Last synced: 7 days ago
JSON representation

Spring Boot and Angular Tutorial for Educational Purposes

Awesome Lists containing this project

README

        

# Posta

Spring Boot and Angular Tutorial for Learning Purpose

OpenAPI definition url: [http://localhost:8080/swagger-ui/index.html](http://localhost:8080/swagger-ui/index.html)

## Development

Run the backend app: `mvn spring-boot:run`

Run the frontend app: `ng serve`

## Deployment

For frontend: `npm run build`

For Backend: `mvn clean install`