Repository files navigation
Git Version Control (Download & Install)
https://git-scm.com/downloads
Node JS (LTS) (Download & Install)
https://nodejs.org/en/download/
Mongo DB (v4.4.3) (Download & Install)
https://www.mongodb.com/try/download/community
Postman (Download & Install)
https://www.postman.com/downloads/
Angular 10.x.x (Run Command)
npm install -g @angular/cli@latest
Nodemon (Run Command)
npm install -g nodemon
Verify Installation of all CLI Tools
Git
git --version
Node JS
node -v
Mongo DB
mongo --version
Angular
ng --version
Nodemon
nodemon --version
How to Install & Run the App
Clone the repository by running this command where you want the project to be saved.
https://github.com/Revolution-SDC/MEAN-Stack-Workshop-Code.git
Install Node Modules.
i) In the root directory , run the command:
npm install
ii) Go to the 'angular-src' directory and again run:
npm install
In the root directory , run the command:
nodemon
Go to the 'angular-src' directory and run the command:
ng serve
Open a browser and go to the following URL:
localhost:4200
You always have to run the following commands in order to start the application.
To start the backend of the project, open a CMD in the root directory and run the command:
To start the frontend of the application, open a CMD in the "angular-src" directory and run the command:
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.