A full-stack Twitter clone app built using Node.js, Express.js, React.js, and MongoDB.
These instructions will get you a copy of the project up and running on your local machine.
Make sure you have a running MongoDB instance.
Create file server/.env and update the values of your configuration.
Install server dependencies
$ cd server
$ npm install$ cd server
$ nodemon index.jsIf everything was successful, you should see the messages being displayed in the terminal, telling that the server has successfully connected to a MongoDB and runs on a given port.
Now, the backend should be running on http://localhost:4000.