IMPORTANT:

Part One Piano Video: https://youtu.be/vjco5yKZpU8
Start Of Video Code: https://github.com/WebDevSimplified/JavaScript-Piano

In my previous video I created a piano in JavaScript, but that wasn't enough. In this video I decided to take that piano a step further and add in an entire backend server and database. This backend allows users to record their very own songs in the app and save them for other users to see. This project is a ton of fun to make since it isn't just another boring todo list.


Materials/References:

End Of Video Code: https://github.com/WebDevSimplified/Piano-Song-Recorder
Reduce Explanation Video: https://youtu.be/R8rmfD9Y5-c?t=387
MongoDB Install Video: https://youtu.be/wcx3f0eUiAw


🧠 Concepts Covered:

- How to setup a basic Express server
- How to call a server asynchronously
- Connecting MongoDB and Express
- Nesting Mongoose schemas


Find Me Here:

My Blog: https://blog.webdevsimplified.com
My Courses: https://courses.webdevsimplified.com
Patreon: https://www.patreon.com/WebDevSimplified
Twitter: https://twitter.com/DevSimplified
Discord: https://discord.gg/7StTjnR
GitHub: https://github.com/WebDevSimplified
CodePen: https://codepen.io/WebDevSimplified


#JavaScriptMusic #WDS #Node.js