This repository contains the backend and frontend of a reactive web application designed for a course platform.
- Course Management: Create, update, delete, and view courses.
- Reactive Web Interface: Built with a reactive architecture.
- API Integration: Interacts with REST APIs to manage course data and user interactions.
- Spring Boot for backend services
- WebFlux for reactive programming
- H2 for database management
- Maven for project management
- Clone the repository:
git clone https://github.com/faspeee/course-reactive.git
cd course-reactive mvn clean install
mvn spring-boot:run
- Fork the repository.
- Create a new branch (git checkout -b feature-branch).
- Commit your changes (git commit -am 'Add new feature').
- Push to the branch (git push origin feature-branch).
- Open a pull request.