Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/g4lb/mean-stack-project
- Owner: g4lb
- Created: 2017-01-27T19:23:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-09T10:27:12.000Z (almost 5 years ago)
- Last Synced: 2023-09-09T16:36:31.336Z (over 1 year ago)
- Topics: angular2, express, mean-stack, mongodb, mongoose, node-js, toast, webservice, websocket
- Language: TypeScript
- Homepage:
- Size: 304 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)