Skip to content

Twitter Clone REST API, mirroring key functionalities like tweet posting, user following and notifications

Notifications You must be signed in to change notification settings

Akashdeep-k/twitter-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Clone API

Tech Stack

  • Node.js
  • Expressjs
  • Mongoose (MonogDB)

Setup

To run this app locally,

$ git clone https://github.com/Akashdeep-k/twitter-api.git
$ cd twitter-api

Create a .env file and insert following variables

  • MONGO_URI : Create a MongoDB database and paste mongo uri string
  • JWT_SECRET : JWT Secret can be any string
$ npm i
$ npm start

The app wil start on http://localhost:5000

API Documentation : click here

About

Twitter Clone REST API, mirroring key functionalities like tweet posting, user following and notifications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published