
Extract this file vlms_mevnc.rar to any folder in your computer, for example D:\mydata\vlms_mevnc
Remember to install mongodb in your computer and access mongdodb folder in you CMD
in my case I install mongodb in this folder " C:\Program Files\MongoDB\Server\4.0\bin>"
so I open cmd or Windows power shell , change directory to this " C:\Program Files\MongoDB\Server\4.0\bin>"
and run this command to import database:
.\mongorestore --host localhost --port 27017 --db mynewdata D:\mydata\vlms_mevnc
D:\mydata\vlms_mevnc is the folder you put mongodb dump files get in above link
mynewdata is the name of database you want, you can change this name
In this course you not only learn React JS, MongoDB basic knowledge but also learn how to build a complete "Ecommerce Online Course website" using MERN stack from scratch.
You will learn many interesting techniques from this course:
+ How to setup a simple MERN stack project
+ How to integrate CKEditor in your ReactJS
+ How to upload file in ReactJS and NodeJS (using Multer library)
+ How to integrate Paypal checkout
+ How to use ElementReact UI for building user interfaces with existed components for Button, Table, Tab,Upload.... and much much more components for NICE user interface
+ How to use Redux for better state management in React JS