/Cosmos

Primary LanguageTypeScript

Blog App Backend

Alice Creates a new post:

List post:

Bob creates a comment:

Bob creates one more comment:

Post with comments:

Alice trying to comment on his own post:

Bob creates a post:

Meanwhile alice also commented on bob's post. All posts:

Trying to comment on a post which doesn't exist:

💻 Run the project locally

  • Clone the repo https://github.com/priyanshiiit/Cosmos
  • Change directory to blog using cd blog
  • Run the command starport chain serve

Running