Simplistic twitter style clone built on the MERN stack. Users can post messages, like and comment on messages, and follow other users.
See the demo here https://rt-warbler-client.herokuapp.com, give the app some time to wake up since it's on the free tier
Download or clone the repo. From the client and server directories...
- run
npm installto install dependencies - spin up a local MongoDB server or update the url inside
warbler-server/models/index.jsto connect to a managed MongoDB - in the server directory run
node index.jsto start the backend - in the client directory run
npm startto start the frontend atlocalhost:3000