Created
March 7, 2021 16:38
-
-
Save LinuxlinkedBD/836c5afc890858cda80973dbe655c0b6 to your computer and use it in GitHub Desktop.
MEAN stack Installation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If you need complete MEAN stack Installation, ping me on below contacts: | |
Telegram: linuxlinked | |
email: [email protected] | |
WhatsApp: +8801720903155 | |
Skype:live:.cid.c0dc316b9d727d5e | |
YouTube: https://youtu.be/vXm12usZ7-M | |
######################################################################################################################################## | |
sudo apt update | |
sudo apt-get upgrade -y | |
sudo apt install mongodb-org | |
sudo systemctl start mongod | |
sudo systemctl status mongod | |
mongod --version | |
nodejs –version | |
npm –version | |
npm start | |
#Verify Mean Stack Installation | |
http://localhost:3000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment