Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 985 Bytes

File metadata and controls

34 lines (26 loc) · 985 Bytes

Course Reactive

This repository contains the backend and frontend of a reactive web application designed for a course platform.

Features

  • 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.

Technologies Used

  • Spring Boot for backend services
  • WebFlux for reactive programming
  • H2 for database management
  • Maven for project management

Setup

  1. Clone the repository:
    git clone https://github.com/faspeee/course-reactive.git

Install Dependencies

cd course-reactive mvn clean install

Run Application

mvn spring-boot:run

Contributing

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Commit your changes (git commit -am 'Add new feature').
  4. Push to the branch (git push origin feature-branch).
  5. Open a pull request.