Skip to content

seanJosephFitzpatrick/M.E.A.N-Stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 

Repository files navigation

M.E.A.N-Stack

This is 4th year Software Development group project. The project is a Galway tourist application created for Galway restaurants, clubs and pubs.

Getting Started

Download and extract the zip folder here MEAN JS

Prerequisites

Installing

Install MongoDB

Install node

Tutorial for installing Node and MongoDB here

Deployment

After you have node installed.
Install bower globally - npm install -g bower
Install grunt globally - npm install -g grunt cli
run mongo from cmd - mongod
Download and extract zip folder - cd into meanproject
npm install
grunt

open web browser and type : localhost:3000

Built With

  • MEAN.JS (4.2) - Mean application boilerplate
  • AngularJS - library/web application framework for building client side web applications
  • Node.JS - JavaScript runtime platform for building event-driven, non blocking server side applications
  • Express.JS - framework built on top of node.js for building server side web applications
  • MongoDB - NoSQL Database

Authors

Sean Fitzpatrick
Jason Thorne
Sarabjeet Kumar
Liam Joyce

License

This project is licensed under the MIT License

Acknowledgments

MEAN.JS - Mean application boilerplate