MongoDB: A document-based open source database

Express: web application framework for Node.js for routing our app

React: a JS front-end library for building user interfaces

Node.js: JS run-time environment that executes JS code outside of a browser (ex. a server)

Mongoose: simple, schema-based solution to model application data

whenever you implement something on backend have to match it in frontend

have to keep reusing variable so that its used in the childs (basically follow the variables from top to bottom)

api—>actions—>reducers

Database Concepts

Setting Up

2 Folders:

Using MongoDb