Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/g4lb/mean-stack-project

Final Project using MEAN (MongoDB,Express,Angular2,Node.js)
https://github.com/g4lb/mean-stack-project

angular2 express mean-stack mongodb mongoose node-js toast webservice websocket

Last synced: 3 months ago
JSON representation

Final Project using MEAN (MongoDB,Express,Angular2,Node.js)

Awesome Lists containing this project

README

        

# Mean_Project
Final Project using MEAN (MongoDB,Express,Angular2,Node.js)

# to launch (scripts):

npm i (for initialize only)

mongod

npm run be

npm start

additional scripts:
ng test (use for debugging the code with Karma)