# Create groups in Node.js In this tutorial, we will walk through how to create groups. Then, we'll further organize our groups into parent groups. ## Before you start You must have: - - [Node.js](https://nodejs.org/en/) and a familiarity with how to create a new app. - [Express](https://expressjs.com/en/starter/installing.html) and the basics of how it works. What's covered? - Setting up a Sinch application in Node.js - Routing your app to pull from your database using [Express](https://expressjs.com/) - Creating groups for SMS messaging - Organizing groups into parent groups Goal At the end of this tutorial, you will have performed two calls to the SMS API. You'll first create two groups. Then, we'll assign those group IDs to one parent group. Let's get organized! ->