ib is a forum-like website where users can post images/text, and engage in discussions with each other by creating and replying to threads. This project is built using Spring Boot, Spring Security, Thymeleaf and MariaDB.
showcase.mp4
Before running the project, make sure you have MariaDB installed and correctly set up on your machine. You will need to configure the src/main/resources/application.properties
file with your MariaDB database information.
- Clone the repository:
git clone https://github.com/caiohenrique-3/ib.git
- Navigate to the project directory:
cd ib
- Install the dependencies:
mvn install -DskipTests=true
- Start the server:
mvn spring-boot:run
Once the server is running, navigate to http://localhost:8080
in your web browser.
To contribute to this project, follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature
) - Make your changes and commit them (
git commit -m 'Add new feature'
) - Push to the branch (
git push origin feature
) - Open a pull request
If you encounter any issues or have suggestions for improvements, please open an issue.
This project is licensed under the MIT License.