AmeetChaudhari / auroraebackend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backend Repo for Aurorae

Sanjay B, Karthik V, Evan Y

Runtime link: https://spring.nighthawkcodingsociety.com/

Jokes endpoint: https://spring.nighthawkcodingsociety.com/api/jokes/

JWT Login: https://nighthawkcoders.github.io/APCSA/data/login

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 play option in tray. This file eanbles Spring to load

* Java source (src/main/java) had Java files. Find "controllers" path, these files enable HTTP route and HTML file relationship. Note, html

* 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 a "@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.

* A "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


Languages

Language:CSS 69.3%Language:Java 24.6%Language:HTML 5.8%Language:SCSS 0.3%Language:Dockerfile 0.0%