Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 667 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 667 Bytes

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