Skip to content

srhcrete/mean-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MEAN App

Project implementing MongoDB, Express, Angular2, & NodeJS.

Author: Sarah Lindmar

Description

This application is an introduction into building an a basic app using MongoDB, Express, Angular2, & NodeJS. More detailed steps for this project setup can be found in this article by Sashank Alladi.

Setup and Installation Requirements

  • cd into the desktop from the terminal.
  • Git clone the repository here.
  • cd into the project directory from the terminal. cd mean-hello-world
  • Once you are in the project directory, run npm install
  • Install Mongoose and run it
  • ng build && ng serve for front end work.
  • ng build && node index.js for front end + back end work.
  • For front-end work access the app at http://localhost:4200
  • for front-end and back-end, go to http://localhost:3000
  • Use the page in the browser.

What technologies are used

  • NodeJS: open-source Javascript runtime environment built on Chrome's V8 Javascript engine.
  • MongoDB: Database Management System.
  • Express: Web framework used in nodes apps for rest requests.
  • Angular2: component based framework.

Support and Contact Details

If you have any comments or suggestions please make a contribution to my repository

License

This project is licensed under the MIT license

Copyright (c) 2017 Sarah Lindmar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages