TutorialApp is a Java-based application designed to simplify and enhance the process of delivering and managing tutorials. Whether you're an educator, developer, or learner, this app provides a streamlined platform for creating, sharing, and running tutorials.
- Robust Backend: Built entirely in Java, ensuring high performance and scalability.
- Easy Deployment: Dockerized setup for quick and hassle-free deployment.
- Customizable: Easily extend the app to fit your specific tutorial needs.
- Java: Core application logic (99.5% of the codebase).
- Docker: Used for containerization and deployment (0.5% of the codebase).
Follow these steps to set up and run the TutorialApp:
- Java 8+: Ensure Java is installed on your machine.
- Docker: Install Docker for containerized deployment.
- Clone the Repository:
git clone https://github.com/MuradSharifzada/TutorialApp.git