First off, AMIE likes a clean house, so preparing your environment for AMIE's arrival will give you the best OOB (Out of Box) experience.
vsCode - Run an instance in vsCode and build stuff
NodeJS and NPM -
npm install
will install the dependenciesMongoDB - A local instance of MongoDB for a NoSQL Document database (connection options are available) - Compass can be used to import a session to get started with or use the API
/adduser
with Rest Client (provided inapi.rest
to add a user xsrf session to the database.SQlite3 - Uses Knex as a SQL Database connector for working with SQL and Relational Databases. Default is an embedded SQlite3 DB