An even more educational version of the Bandolier for Learn JS the Hard Way. https://learnjsthehardway.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Zed A. Shaw f72fec3a5d Strip out stuff I'm not using then work on an alpine version. 9 months ago
bin Bring in helmet and cors support then setup for the nicer configuration and runner commands. 9 months ago
commands Added in fastify/formbody so I can...handle forms...in a webserver...in 2024...I guess that's why it's so 'small'. 9 months ago
controllers Added in fastify/formbody so I can...handle forms...in a webserver...in 2024...I guess that's why it's so 'small'. 9 months ago
lib Bring in helmet and cors support then setup for the nicer configuration and runner commands. 9 months ago
migrations First commit with a basic old/new school web framework. 9 months ago
static First example from openprops. 9 months ago
templates Strip out stuff I'm not using then work on an alpine version. 9 months ago
tests Added a jank test runner. 9 months ago
.gitignore First commit with a basic old/new school web framework. 9 months ago
LICENSE Initial commit 9 months ago
README.md Initial commit 9 months ago
bando Bring in helmet and cors support then setup for the nicer configuration and runner commands. 9 months ago
bando.ps1 Adding a bando.ps1 command but need to confirm that it'll work on windows and not also interfere with the bando bash script. 9 months ago
knexfile.cjs First commit with a basic old/new school web framework. 9 months ago
package-lock.json Added in fastify/formbody so I can...handle forms...in a webserver...in 2024...I guess that's why it's so 'small'. 9 months ago
package.json Added in fastify/formbody so I can...handle forms...in a webserver...in 2024...I guess that's why it's so 'small'. 9 months ago

README.md

bandolier2

An even more educational version of the Bandolier for Learn JS the Hard Way.