A No-SQL database.
Creating In Cloud
- https://www.mongodb.com/products/platform/atlas-database
- Create the database local user and password
- Copy the connection string
- Allow any device to access this database (For testing purposes)
- Make an .env storing your
MONGO_USERNAME
and MONGO_PASSWORD
Installation NodeJS
npm install mongodb
Concepts