Skip to content

visibly0ptimistic/demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo Applications

This repository contains a collection of demo applications implemented in Java. Each application showcases a different concept or data structure.

Applications

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.

Getting Started

To run any of the applications, you need to have Java and Maven installed on your machine.

  1. Clone the repository:
git clone https://github.com/visibly0ptimistic/demo.git
cd repository
  1. Navigate to the application directory:
cd src/main/java/com/example/demo/<application-directory>
  1. Build the application:
mvn clean install
  1. Run the application:
mvn spring-boot:run

The application will start and listen on http:https://localhost:8080.

Testing

Each application comes with unit tests. You can run them using the following command:

mvn test

Contributing

Contributions are welcome. Please open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages