Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 618 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 618 Bytes

BookCMS

This this project is for a Computer Science Assignment.

Original concept was a credit card validator but there wasn't much substance to that so I landed on bookcms. Website currently still WIP but java swing gui available with the credit card validation. (If you reading this now Mr Henney (hi!), will have the site done by the end of the weekend you are reading this.)

GUI portion under "gui"

Stack

  • Spark
  • Freemarker
  • Htmx
  • Sqlite

Development

Website

  1. Clone Repo
  2. pnpm install (or npm)
  3. gradlew run (or gradlew.bat if on windows)
  4. npm run watch
  5. visit localhost:8080