Skip to content

A demo web app using Bootstrap and a Java backend API

Notifications You must be signed in to change notification settings

20240816/Banking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Environment Setup

Install JDK 23

https://www.oracle.com/nz/java/technologies/downloads/

MySQL 8.0.39

Install

https://dev.mysql.com/downloads/installer/

  • Server only
  • Root password: password
  • Otherwise default settings

Create a database

  • Using a client such as DBeaver create a database called: demo

VSCode

Install

https://code.visualstudio.com/download

Install extensions

Running the Banking App

  1. Clone this repo to your machine
  2. Open the Banking folder in VSCode
  3. Run the app (F5) (Some automatic downloads may take a while)
  4. Visit http://localhost:8080/ in your browser

Screenshots

image image image

About

A demo web app using Bootstrap and a Java backend API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published