You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A NoSQL Database which stores Documents in Collections instead of Records and Tables as in SQL Database.
Why NodeJS?
A javascript engine originally built for browser, now can work without a browser and having sme extra APIs. And allows us to run the JavaScript outside of the browser.
Why ExpressJS?
A Framework for NodeJS which helps to ease the process.