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 044be2a8c6 Fix a few things related to running pages and trying to read directories. 12 months ago
api Cleaned up the way you make controllers and started working on the API vs. pages organization. 12 months ago
bin Bring in helmet and cors support then setup for the nicer configuration and runner commands. 1 year ago
commands Fix a few things related to running pages and trying to read directories. 12 months ago
controllers A big better organization but not complete yet. 12 months ago
lib Bring in helmet and cors support then setup for the nicer configuration and runner commands. 1 year ago
migrations First commit with a basic old/new school web framework. 1 year ago
pages Fix a few things related to running pages and trying to read directories. 12 months ago
static Fix a few things related to running pages and trying to read directories. 12 months ago
tests Added a jank test runner. 1 year ago
.gitignore First commit with a basic old/new school web framework. 1 year ago
LICENSE Initial commit 1 year ago
README.md Add instructions to the READMe. 1 year ago
bando Bring in helmet and cors support then setup for the nicer configuration and runner commands. 1 year ago
bando.ps1 Add instructions to the READMe. 1 year ago
knexfile.cjs Fix a few things related to running pages and trying to read directories. 12 months ago
package-lock.json A basic but kind of scuffed Alpine version of the same functionality. Why is this so much more complicated? 1 year ago
package.json A basic but kind of scuffed Alpine version of the same functionality. Why is this so much more complicated? 1 year 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