To provide platform for beginner in MEAN Full Stack Development. It contains Demonstration for AngularJS features like Directives and Services.
Includes API Calling, Express as intermediator, Connecting MongoDB(NoSQL) with Node and Performing CRUD operations.
Basic Call to Generate and download Spreadsheets as well as CSVs using ExcelJS.
Have adapted methodology to process using Async/Await
.
- Node JS
npm
(Node Package Manager) - Mostly gets installed at the time of nodejs installationyarn
bower
- If not then Install it using$ npm install bower -g
git
(Repository Manager)$ sudo apt-get install git
- Mongodb
- Clone the Repo using
$ git clone https://github.com/hardik2792/mean-boiler.git
-
Open Terminal, change the path to cloned project.
-
Execute
$ yarn install
- After that follow
bower install
.
$ bower install
- After successfully execution of above steps, then execute the final step to Start the server
$ npm start
-
Open your browser and paste the below Link
localhost:4000