- Node.js
- Expressjs
- Mongoose (MonogDB)
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