Twitter Clone with Node.js
https://twitter-clone-new.herokuapp.com/
To test it out
Create a variables.env
file in the root and enter these credentials
PORT=3000
DATABASE=mongodb://localhost/twitter_clone1
SECRET='Anything you can type'
Replace the DATABASE url to a mongoDB driver url or your local database url
Then run
npm run dev