V School | Better Humans, Better Outcomes

The Original Bounty Hunter

You are a bounty hunter of the Old Republic. Your parents were killed by a Sith Lord as a child and your goal in life is to kill all the Sith and Jedi. In order to help you in your quest, and since you are a do-it-yourself kind of bounty

Bounty Hunting with Mongoose

Boba Fett has asked you to build him an API so he can keep track of his bounties. You have done a satisfactory job up to this point except that every time the server reloads, all the data is wiped. Boba Fett is absolutely not happy about this because it

Intro to Mongoose

Mongoose is a library for connecting to MongoDB and running queries from a Node.js app. Installation is trivial: npm install --save mongoose. Although documents in a MongoDB collection do not have to be homogeneous (they may have different schemas), Mongoose enforces document schemas to make the collection more uniform

Introduction to Node.js

Node is a powerful tool that allows Javascript to be interpreted outside of the browser - most importantly, it allows Javascript to be used as a server-side language. What does this mean? Traditionally we used a backend language (like Python, Ruby, C#, Go, etc.) to retrieve and control the data

V School | Better Humans, Better Outcomes © 2026