Skip to content

hardik2792/mean-boiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MEAN Boiler Plate for Beginners

Purpose:

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.

Prerequisites on Machine:

  1. Node JS
  2. npm (Node Package Manager) - Mostly gets installed at the time of nodejs installation
  3. yarn
  4. bower - If not then Install it using
    $ npm install bower -g
  5. git(Repository Manager)
    $ sudo apt-get install git
  6. Mongodb

Steps To Execute:

  1. Clone the Repo using
$ git clone https://github.com/hardik2792/mean-boiler.git
  1. Open Terminal, change the path to cloned project.

  2. Execute

$ yarn install
  1. After that follow bower install.
$ bower install
  1. After successfully execution of above steps, then execute the final step to Start the server
$ npm start
  1. Open your browser and paste the below Link

    localhost:4000