employeeApp= Nodejs(with mongodb Connection) as backend and Angular app(Angular6) Service
#Pre-requisites
- Uninstall all NodeJs Version and NVM
- Restart and install NVM from(https://github.com/coreybutler/nvm-windows/releases)
- Download nvm-setup.zip
- Extract nvm-setup and install NVM in Admin Mode
- Start CMD in Admin mode
- Check NVM version
- To Install Specific Node Version: nvm install v[NodeVersion]
- To use specifc Node- nvm use nodeVersion
node - v8.12.0
npm - 6.4.1
npm start(This will compile Angular js code and use node for running) employee: rest API Calls will be used for angular services()
m1 = Micro Service
m2= Microeservice
user-module= react project