Course Level: - All Level
Duration : - 90 days ( Mon - Fri )
The acronym MEVN stands for MongoDB, Express.js, VueJS, Node.js., the four key technologies that make up the stack.
l MongoDB: A document-oriented, No-SQL database used to store the application data
l ExpressJS: A framework layered on top of NodeJS, used to build the backend of a site using NodeJS functions and structures. Since NodeJS was primarily developed to run JavaScript on a machine instead of making websites, ExpressJS was created for the latter purpose.
l Vue JS: VueJS is referred to as a client-side framework and is especially used in front-end web development. It has two-way data binding that allows seamless frontend development along with MVC capability and interactive server-side applications.
l NodeJS: The JavaScript runtime environment. It is used to run JavaScript on a machine rather than in a browser.