start adding of posts service

This commit is contained in:
2022-01-08 18:37:53 +06:00
parent bae986d3fe
commit ef372ab520
10 changed files with 69 additions and 3 deletions
services
posts
client
common
build.gradle
src
commonMain
kotlin
dev
inmo
postssystem
services
posts
main
server
template
settings.gradle

@ -0,0 +1,3 @@
package dev.inmo.postssystem.services.posts.common
const val postsRootPath = "posts"

@ -0,0 +1 @@
<manifest package="dev.inmo.postssystem.services.posts.common"/>