Skip to content

🌲Timeline Trail is a unique personal resume visualization website.

License

Notifications You must be signed in to change notification settings

xiaoniucode/timeline-trail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TimeLine-Trail

README  |  中文文档  | 

✨ Introduction

Timeline Trail is a unique personal resume visualization website. It combines a timeline with a tree-like trajectory to connect scattered life experiences into a clear growth path. Key milestones are presented as nodes, highlighting their interconnections and evolutionary logic, making them easier to understand.

index

🚀 Quick Start

The image has been packaged and pushed to the public docker-hubrepository. On a server with Docker installed, run the following command to deploy:

sudo mkdir -p /root/timeline-trail/uploads
docker run -d \
  --name timelinetrail \
  -p 8080:8080 \
  -v /root/timeline-trail/uploads:/root/timeline_trail/upload \
  xiaoniucode/timeline-trail:latest

Admin login page: http://localhost:8080/admin/login
Default credentials: Username admin, Password 123456

🎨 Screenshots

Home
Home Page
Login
Login Page
Dashboard
Dashboard
Config
Configuration Page
Social
Social Features
Milestone
Milestone Management

Technical Stack

Layer Technology Purpose
Backend Java 8 Main programming language
Spring Boot 2.x Application framework
JPA (Hibernate) Data persistence layer
H2 Database Embedded database
Freemarker Server-side template engine
Frontend LayUI UI component library
jQuery DOM manipulation & AJAX
CSS Sprite Image optimization technique
jsoneditor JSON text editor

Issue Reporting

Report issues here: issues

📈 Project Trends

Star History

🙏 Acknowledgments

  • Homepage design inspired by materliu
  • Developed with JetBrains IDEA

🪧 Recommended Projects