Skip to content

adeahmadfaisal/incognitalk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IncogniTalk

IncogniTalk is a social media website that inspirated by Twitter with added anonymous comment like Secreto.

Main Features

  • Posting in user's timeline or feed
  • Commenting or asking in secret/incognito, so the user info won't be showed/revealed

Contributors

  1. Fikri Alwan Ramadhan (fikrialwan)
  2. Mohammad Farizan (mohammadfarizan)
  3. Muhamad Agung Nur Ramadhan (agnuramdan)
  4. Nur Ikhwan (ikhwanmachmud)

Design and Links

REST API Endpoints

URL: https://api.kontenbase.com/query/api/v1/ed5645dd-f5f3-468d-b5f9-50d322d2b646

HTTP Endpoint Description
GET /posts?$lookup=* Get all posts
POST /posts Create post
PATCH /posts/:id Edit post
DELETE /posts/:id Delete post
POST /comments Create comment
PATCH /comments/:id Edit comment

Data Structure

[
  {
    "_id": "633bcc6bdadc42808a40c6af",
    "comments": [],
    "post": ""
  },
  {
    "_id": "633bd40fdadc42808a40c6b1",
    "comments": [
      {
        "_id": "633c37e0dadc42808a40c6fc",
        "comments": "hai juga"
      }
    ],
    "post": "hello all"
  }
]

About

IncogniTalk is Twitter-like social media

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.0%
  • HTML 27.1%
  • CSS 6.9%