Skip to content

hskrishandi/kotlin-solid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PostUploader

Description

This project demonstrates the usage of SOLID principle. The program can store three types of post which is text, image, and video, and can delete it.

Environment

  1. Install Kotlin and JDK

Build and Run

Build

./gradlew build

Run

./gradlew run --console=plain

Usage

To add post:

new text <title> <text>
new image <title> <filename>
new video <title> <filename>

To delete post:

delete <id>

To print all:

print

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages