Skip to content

A twitter like app for users to explore friends and share their life. A simple demo can go to https://explore-your-life-new-heroku.herokuapp.com/

Notifications You must be signed in to change notification settings

f-ke/social-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social network

This is a simple social network for users to share life and explore interesting topic

content

login page

avatar

register page

avatar

home page

avatar

like and comments

avatar

follow some user to track their posts

avatar

set your setting

avatar

Tools & Devleopment environment

  • Jdk 1.11
  • Maven 3.2
  • Spring Boot 2.0
  • ThymeLeaf 4.0
  • Mybaits + Mysql8.0 +JDBC

Get Started

  • set your database configuration in application.properties file,you can also use our sql database
spring.datasource.druid.url= jdbc:mysql://localhost:3306/${database name}?useUnicode=true&characterEncoding=UTF-8&userSSL=false&serverTimezone=GMT%2B8
spring.datasource.druid.username= root
spring.datasource.druid.password= ${your password}
spring.datasource.druid.driver-class-name=com.mysql.cj.jdbc.Driver
  • mvn springboot: run (open the project by IDEA and run Application.java file)
  • go to http://localhost:8080

Demo

go to https://explore-your-life-new-heroku.herokuapp.com/?l=en_US9

issue

after delpoy on heroku, it can not support to post image as we do not have store service

About

A twitter like app for users to explore friends and share their life. A simple demo can go to https://explore-your-life-new-heroku.herokuapp.com/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published