This project consists of three distinct and separate components to assist with authenticating users for the Perth Nerd Horde minecraft server.
The API is an express application for node. API documentation can be found at ./api/readme.md.
The public files for the application. This is just boring old HTML, CSS and JS. No frameworks no crap. Just works properly. It does require a small amount of server side includes however.
To get the www directory to function locally for development you'll need to host it as a server due to cross origin resource sharing rules. this no BS guide is a good place.
TL:DR:
cd www
python3 -m http.server