5, 10 or 20 seats+ for your team - learn more
Play the role of developer for Musify, a SaaS company that helps startups bring their products to market. Musify’s new client wants to launch a music-streaming app connecting music artists and end users. For this large and complex application, Musify’s development team has chosen to take advantage of the microservices architecture—and avoid the problems that often come with monolith applications. Using popular Node.js technology, you’ll build a CRUD (Create, Read, Update, and Delete) REST API in Node.js and Express that will allow artists to upload and delete their music audio files as well as letting end users view and listen to songs according to their preferences. You’ll publish the REST API to an Azure container registry in the cloud, allowing the development team to easily and conveniently run and update the application. You’ll create an additional REST API for storing audio files and use Docker Compose to run both microservices and connect them with a database. When you’re done, you’ll have valuable firsthand experience building a complete microservices application using popular Node.js technology.
Note: This series requires an Azure account. While a credit card is required to set up the account, Azure includes a twelve-month free trial for new users. (https://azure.microsoft.com/en-us/free).
In doing the exercises you learn everything that the course material says you’ll learn.
Welcome to Musify! You’re a backend developer for a SaaS company that helps startups bring their products to market. Musify’s new client wants to launch a music-streaming app connecting music artists and end users. For this large and complex application, Musify’s development team has chosen to take advantage of the microservices architecture, and it’s your job to create the first microservice for the app using Node.js technology. You’ll start by setting up the framework for the server using Express.js. Then you’ll build a CRUD (Create, Read, Update, and Delete) REST API in Node.js and Express that will allow artists to upload, find, and delete their music audio files as well as letting end users view and listen to songs according to their preferences. When you’re done, you’ll have experience using popular Node.js technology to create a backend REST API ready to deploy.
You’re a software engineer at Musify, a SaaS company that helps companies launch their products. For its newest client, Musify has created a REST API that allows music artists to upload and delete their audio files as well as letting end users view and listen to songs according to their preferences. Your task is to set up the microservice structure using Docker and deploy the REST API to the Azure portal. You’ll write instructions in a Dockerfile to create and run a custom Docker image in a container. You’ll create a container registry in the Azure portal and push the Docker image to an Azure container registry in the cloud. When you’re finished, you’ll have the know-how and experience to publish a microservice to Azure, and the development team will be able to easily and conveniently access, run, and update the application.
Musify, a SaaS company that helps startups bring their products to market, has a client who wants to launch a Spotify-inspired app that will connect music artists with their fans. Musify has already built the first microservice for the app in Node.js and deployed it on an Azure container registry. As a software engineer at Musify, your job is to create a microservice for storing audio files on Azure and enable communication between microservices. You’ll create an Azure Storage account, upload an audio file to the account, and write the HTTP request handler for downloading and streaming the file. You’ll use Docker Compose to run and manage both microservices, and you’ll call one microservice from within the other using the HTTP package. Lastly, you’ll connect the first microservice to a MongoDB database to store the song records. When you’re done, you’ll have the skills and knowledge to build and manage multiple microservices and connect databases to your application using Docker and Docker Compose.
It was a valuable experience. I will definitely use it at work.
The instructions are clear and easy to understand.
These liveProjects are for Node.js developers who know the basics of JavaScript and are interested in learning how to build a microservices application with Node.js. To begin these liveProjects you’ll need to be familiar with the following:
TOOLSgeekle is based on a wordle clone.