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 install
to install all node dependecies - run
node bin/www
and 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_db
with tablesuser_info
,tweets
,followers
andfollowing
- Start using the application by signing up.