Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.
/ mean-practice Public archive

Repository responsible for storing some MEAN practices.

Notifications You must be signed in to change notification settings

danielfc/mean-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mean-practice

Repository that contains a Walking Skeleton for MEAN applications.

To get the application running, follow the two steps below:

  1. Installing dependencies
  2. Installing MongoDB

Installing dependencies

The project uses the following libraries and versions:

Dependencies in package.json file:
"dependencies": {
    "express": "~4.4.5",
    "jade": "~1.3.1",
    "stylus": "~0.47.1",
    "morgan": "~1.1.1",
    "body-parser": "~1.4.3",
    "mongoose": "~3.8.12"
 }
Dependencies in bower.json file:
"dependencies": {
    "jquery": "~2.1.1",
    "toastr": "~2.0.3",
    "angular": "~1.2.19",
    "angular-resource": "~1.2.19",
    "angular-route": "~1.2.19"
  }

To install them just type npm install and bower install in the console, respectively.

Installing MongoDB

In order to have the application working, you have to install MongoDB in your environment and let it up and running. The link below contains all the information that are needed to install and manage the MongoDB properly:

MongoDB Tutorial

About

Repository responsible for storing some MEAN practices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published