Coder Social home page Coder Social logo

tweethub's Introduction

TweetHub

Information

This is a demonstration repository showcasing basic Twitter-like functionality through simple APIs for social media interactions

Prerequisites

Have the env file placed in the project directory of your machine with the following details:

Parameter Description
PORT Port for running the server
MONGODB_URI MongoDB Connection URI
JWT_SECRET Secret to be used for JWT authentication

Local Dev Server

To run the backend server:

$npm install
$npm run dev

API Reference

Register new user

POST /auth/signup
Body Type Description
username string Required. Email Id of the user
password string Required. Password for the user

Logout user from current session

POST /auth/logout
Header Type Description
Authorization string Required. Should contain Bearer token

Login user

POST /auth/login
Body Type Description
username string Required. Email Id of the user
password string Required. Password of the user

Send Message

This will be used to send a message by the logged in user to the feed

POST /message/postmessage
Header Type Description
Authorization string Required. Should contain Bearer token
Body Type Description
content string Required. The message to be sent

Get Message Feed

This will be used to fetch the message feed for the logged in user

GET /message/getmyfeed
Header Type Description
Authorization string Required. Should contain Bearer token
Parameter Type Description
page number Pagination number
limit number Pagination limit

List Users

This will be used to list all users in the system which can be used as a reference for following an user

GET /user/users
Header Type Description
Authorization string Required. Should contain Bearer token
Parameter Type Description
page number Pagination number
limit number Pagination limit

Follow an User

This will be used to follow an user

POST /user/follow/:id
Header Type Description
Authorization string Required. Should contain Bearer token
Path Parameter Type Description
id string Required. The ID of the user to be followed

Get Followers Count

This will be used to fetch the number of users who follow the logged in user

GET /users/followers
Header Type Description
Authorization string Required. Should contain Bearer token

Logout user from all sessions

POST /auth/logoutall
Header Type Description
Authorization string Required. Should contain Bearer token

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

tweethub's People

Contributors

shnalmighty avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.