Skip to content

urpalananth/Socio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Socio

screen shot 2017-02-13 at 2 30 12 pm

This is a twitter like application, with completed use cses of ..

  • User can follow other users
  • User can tweet.
  • And the home page showing all the tweets from the users following.

The following technologies -

  • Spring Boot
  • Spring JPA Hibernate Implementation.
  • Spring security used LDAP for authentication
  • Spring MVC and REST framework.
  • Front end decoupled totally, and interacts with back end via rest.
  • Front End UI - Angular JS and Bootstrap.
  • Everything is in memory database, so no pre-setup

EASY TO RUN IN YOUR ECLIPSE

  • Download or clone from github.
  • Import as Maven Existing project.
  • Run SocioApplication.java - 'Run as java Application'
  • Access URL - http://localhost:8080 Username/ Passord - bob/ bobspassword Another user - ananth/ ananthspassword