- Let’s create our folder structure
- Create our main folder, for this tutorial I will call it awesometodos
- Next create two folders inside, named client and server
- The client folder will hold our front-end
- which we will create later with create-react-app
- The server folder will hold our back-end
- which will comprise of our node.js / express.js server
- it will also hold our connection to our MongoDB database
<aside>
💡 here is how it should look like if we open our awesometodos folder in vs code
</aside>

⇒ Next Part: Here