Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krishanmihiranga/spring-link
Example project illustrating the seamless integration of a Spring Boot API with a Frontend application.
https://github.com/krishanmihiranga/spring-link
cors css html java javascript spring-boot
Last synced: 5 days ago
JSON representation
Example project illustrating the seamless integration of a Spring Boot API with a Frontend application.
- Host: GitHub
- URL: https://github.com/krishanmihiranga/spring-link
- Owner: KrishanMihiranga
- Created: 2023-12-17T11:08:10.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-17T11:30:54.000Z (11 months ago)
- Last Synced: 2024-04-20T13:11:06.380Z (7 months ago)
- Topics: cors, css, html, java, javascript, spring-boot
- Language: Java
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spring-link
Example project illustrating the seamless integration of a Spring Boot API with a Frontend application.## How to Use
To use spring-link and understand the seamless integration of a Spring Boot API with a Frontend application, follow these steps:
### Clone the Repository
1. Clone the spring-link repository to your local machine:
```bash
git clone https://github.com/KrishanMihiranga/spring-link.git
```2. Run The Backend
- Open the project in your preferred Java IDE (Integrated Development Environment).
- Build and run the Spring Boot backend application. This can typically be done by running the `main` method in the `EmployeemsApplication` class.
3. Run The Frontend
4. Explore and Learn
- Open your web browser and visit http://localhost:8080 to see the spring-link application in action.
- Go through the provided code in both the Spring Boot backend and the frontend. Explore how data is exchanged and learn the techniques used for effective communication between backend and frontend systems.