Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.26 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.26 KB

Stutor

Welcome to the Stutor Platform! This web application is designed to facilitate knowledge sharing and learning among users. Users can post their learning interests or teaching expertise, connect with each other through messaging, and benefit from a collaborative learning environment. Additionally, admin accounts have the authority to manage content by adding or deleting posts, subjects and other admins. they can also delete inappropriate users.

Functionality

  • Login names and passwords, also new users can register.
  • Users can add posts to find someone to learn from or to teach to.
  • They can contact with each other via chat.
  • Admins can manage other admins, posts, users and subjects.

Requirements

  • Tomcat 9.0.76
  • JDK 19+
  • Microsoft MySql Server. For more information see pom.xml

Compile And Run

  • Compile sql script first. (to fill table compile fill.sql file as well).
  • Change database creditentials in here.
  • Add pom.xml dependencies in your project.