Skip to content
Luke edited this page Oct 1, 2022 · 9 revisions

Welcome to the Music-Insights wiki!

Music Insights is an analysis tool made using the MERN tech stack.

  • M --- MongoDB
  • E --- Express.js
  • R --- React.js
  • N --- Node.js

MongoDB --- noSQL Database used to store music data

Express --- Backend web application framework that simplifies HTTP requests

React --- Frontend framework used to build interface

Node --- Backend runtime environment that allows us to run JavaScript code outside of a web browser