Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

This is a backend repository for the group lesson by CSA AI team

Notifications You must be signed in to change notification settings

CSA-AI/archived-lessonBackend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recent Changes

Upgrading old dependencies to newest versions.

Visual thoughts

  • Starter code should be fun and practical
  • Organize with Bootstrap menu
  • Add some color and fun through VANTA Visuals (birds, halo, solar, net)
  • Show some practical and fun links (hrefs) like Twitter, Git, Youtube
  • Show student project specific links (hrefs) per page
  • Show student About me pages

Getting started

  • Clone project and open in VSCode
  • Verify Project Structure to use a good Java JDK (adoptopenjdk:17)
  • Play or entry point is Main.java, look for Run option in code. This eanbles Spring to load
  • Java source (src/main/java/...) has Java files. Find "controllers" path, these files enable HTTP route and HTML file relationship.
  • HTML source (src/main/resources/...) had templates and supporting files. Find index.html as this file is launched by defaul in Spring. Other HTML files are loaded by building an "@Controller"

IDE management

  • A ".gitignore" can teach a Developer a lot about Java runtime. A target directory is created when you press play button, byte code is generated and files are moved into this location.
  • "pom.xml" file can teach you a lot about Java dependencies. This is similar to "requirements.txt" file in Python. It manages packages and dependencies.

About

This is a backend repository for the group lesson by CSA AI team

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •