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 adf69936bb Add instructions to the READMe. 3 months ago
bin Bring in helmet and cors support then setup for the nicer configuration and runner commands. 3 months ago
commands A basic but kind of scuffed Alpine version of the same functionality. Why is this so much more complicated? 3 months ago
controllers Accept is way too complicated, so I'll have to investigate other ways this is done. 3 months ago
lib Bring in helmet and cors support then setup for the nicer configuration and runner commands. 3 months ago
migrations First commit with a basic old/new school web framework. 3 months ago
static A basic but kind of scuffed Alpine version of the same functionality. Why is this so much more complicated? 3 months ago
templates Accept is way too complicated, so I'll have to investigate other ways this is done. 3 months ago
tests Added a jank test runner. 3 months ago
.gitignore First commit with a basic old/new school web framework. 3 months ago
LICENSE Initial commit 3 months ago
README.md Add instructions to the READMe. 3 months ago
bando Bring in helmet and cors support then setup for the nicer configuration and runner commands. 3 months ago
bando.ps1 Add instructions to the READMe. 3 months ago
knexfile.cjs First commit with a basic old/new school web framework. 3 months ago
package-lock.json A basic but kind of scuffed Alpine version of the same functionality. Why is this so much more complicated? 3 months ago
package.json A basic but kind of scuffed Alpine version of the same functionality. Why is this so much more complicated? 3 months ago

README.md

bandolier2

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

Getting Started

npm install
npx knex --knexfile=knexfile.cjs migrate:latest
./bando app