Skip to content
This repository was archived by the owner on May 20, 2020. It is now read-only.

eligero/MEAN-TASK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MEAN-TASK: Introduction to MEAN stack

MEAN=MongoDB+ExpressJS+AngularJS+NodeJS

MongoDB is managed by mongoose (a popular helper library).

This micro-project is designed to work locally, but you can adapt it to work on any PaaS, or on any connected server.

Deployment

Follow these steps (Linux(Ubuntu)):

  1. mkdir MYPROJECT && cd MYPROJECT
  2. npm install express-generator@4.13.0
  3. git clone https://github.com/EstebanLiG/MEAN-TASK
  4. cd MEAN-TASK
  5. npm install
  6. npm start

Open your browser, and type: localhost:3000

License

GPL v3

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages