/MERN-Stack-Dev

MERN stack development

Primary LanguageJavaScriptMIT LicenseMIT

MERN-Stack-Dev

This repository contains code which I learnt in my MERN-Stack Develeopment lecture which was conducted by Miss. Krishnakripa Jayakumar.

A React application was created with the use of Express Framework over Node.js as the backend and MongoDB as the NoSQL database.


M - MongoDB
E - Express
R - React
N - Node.js


MongoDB: NoSQL database
Express: Framework for Node.js
React: Library for building user interfaces
Node.js: A runtime environment. Not a programming language, not a framework

API (Application Programming Interface): Interface used by programs to interact with an application.