Skip to content

Developed Twitter prototype with JAVA as backend and using nodejs, angularjs as frontend

Notifications You must be signed in to change notification settings

mohitp12/Twitter-using-SOAP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Twitter

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.

  1. twitter > twitter_client folder and run npm install to install all node dependecies
  2. run node bin/www and open http://localhost:3000 on web browser
  3. 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)
  4. Create a SQL database twitter_db with tables user_info, tweets, followers and following
  5. Start using the application by signing up.

About

Developed Twitter prototype with JAVA as backend and using nodejs, angularjs as frontend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages