Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.34 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.34 KB

Sidroded Website

This project is a showcase website built using Java and the Spring framework, incorporating RestAPI technology for seamless data interaction. The frontend is developed with CSS, HTML, and Javascript to provide an engaging user experience.

Technologies Used

  • Backend: Java, Spring framework
  • Frontend: CSS, HTML, Javascript
  • Database: MongoDB

Features

  • Utilizes Java and Spring for a robust backend structure.
  • Implements RestAPI technology for efficient data communication.
  • Provides a dynamic and interactive user interface with CSS, HTML, and Javascript on the frontend.
  • Stores all article data in a MongoDB database.

Installation

  1. Clone the repository.
  2. Ensure you have Java, Spring, and MongoDB installed.
  3. Set up the necessary configurations and environment variables.
  4. Run the application.

Usage

  1. Access the frontend by opening the provided URL.
  2. Interact with the website to explore its features and functionalities.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

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