Databases

Step 1: Databases are used to store data permanently. There are many databases available. Let's use one called MongoDB. To create a database, sign into MongoDB Atlas using the login below:
MongoDB Atlas: account.mongodb.com
Email: student@mrcodeswildride.com Copy
Password: mrcode123 Copy
On the left under Deployment, click Database. Click Browse Collections. Click Create Database. For the database name, type chat-room followed by a dash and your name. For the collection name, type messages. Click Create.
Last section Next step