This repository contains a collection of demo applications implemented in Java. Each application showcases a different concept or data structure.
Currently, the repository includes the following applications:
- Stack: A demo application showcasing the implementation of a Stack data structure. For more details, refer to the Stack README.
To run any of the applications, you need to have Java and Maven installed on your machine.
- Clone the repository:
git clone https://github.com/visibly0ptimistic/demo.git
cd repository
- Navigate to the application directory:
cd src/main/java/com/example/demo/<application-directory>
- Build the application:
mvn clean install
- Run the application:
mvn spring-boot:run
The application will start and listen on http://localhost:8080
.
Each application comes with unit tests. You can run them using the following command:
mvn test
Contributions are welcome. Please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE
file for details.