Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.06 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.06 KB

Glee

Glee is a simple social networking application.

Basic Functionality

  • Add new post
  • Follow friends
  • Recommend friends
  • View friends'posts in reverse chronological order
  • View all posts in reverse chronological order
  • View user's own posts in reverse chronological order

Technologies

  • Bootstrap
  • jQuery
  • Spring Boot
  • Thymeleaf
  • Redis
  • H2

Screenshot

Index page index User's home page home Message List message

Deployment Guide

1.Make sure Maven and Redis is installed on your system.

2.Go into the project directory and run mvn clean package.When it is finished, you will see a glee-0.0.1-SNAPSHOT.jar is generated in target folder

3.Run command java -jar target/glee-0.0.1-SNAPSHOT.jar and wait for the application start.

4.Point your browser to http://localhost:8080. Wish you have fun in Glee.