MURMUR A twitter like project Requirements OS: Linux NodeJS: v12 NPM: v6 YARN: v22 Steps to install this app Download the code. Go to db directory and Build database container. $cd db $docker-compose build $docker-compose up -d Go to server directory and run the server.(from project root) $cd server $npm install $npm run start Go to client directory and build and run the client. (from project root). $cd client $yarn $yarn build $yarn start Steps to use this app Go to http://localhost:3000/login As of now you can not create new user. You have to log-in with existing user. log-in with mark_twain Pages log in: /login Timeline: / List of users: /list-of-user Profile: profile Other user details: user-details-page