Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/angelokezimana/posta
- Owner: angelokezimana
- Created: 2024-05-06T10:52:32.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-12-16T12:12:06.000Z (9 days ago)
- Last Synced: 2024-12-16T13:23:28.001Z (9 days ago)
- Topics: angular, java, spring-boot, typescript
- Language: Java
- Homepage:
- Size: 1020 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`