Overview
In this assignment we will augment our frontend knowledge of creating beutiful websites by learning how to design backends, the designs that provide your sites with data and handle complex logic. You will build a replica of the API for the quiz website Kahoot. The assignment will help you practice more complex database and API design techniques and help you learn how to test a backend without using a frontend.
Setup
Database (Mongo)
First, you need to install mongodb, the database client for this api.
On OSX something like this should work:
brew uninstall --force mongodb