Download/Clone the github repository on local machine Install node.js, npm on the system Open project in IntelliJ/ Eclipse and select Tomcat server as the deployment server.
- twitter > twitter_client folder and run
npm installto install all node dependecies - run
node bin/wwwand open http://localhost:3000 on web browser - Run the JAX-WS service by publishing it and the service will start to listen on default http://localhost:8080 port of tomcat port(may differ on the basis of your configuration)
- Create a SQL database
twitter_dbwith tablesuser_info,tweets,followersandfollowing - Start using the application by signing up.