meanworks
v2.3.1
Published
MEANWorks: MongoDB/Mongoose, Express, Angular and Node Workshop with Angular Fullstack Generator
Downloads
9
Readme
MEANWorks: MongoDB/Mongoose, Express, Angular and Node Workshop with Angular Fullstack Generator
=========
M.E.A.N. Works is a workshop on
- MongoDB+Mongoose
- Express.js
- AngularJS
- Node.js
with Angular Fullstack Generator.
Videos
This workshop comes with lectures. It's recommended to watch lectures (6 videos) before starting the workshop, because they will give you a good general overview of the MEAN stack.
Full MEANWorks playlist: https://www.youtube.com/playlist?list=PLguYmmjtxbWEdBy8FqGcz7ZIdl0cHV9SY.
Slides: https://github.com/azat-co/meanworks/blob/master/slides/README.pdf
Installation
The easy way:
$ npm install --global meanworks@latest
The hard way (better for development/fixes):
$ git clone https://github.com/azat-co/meanworks.git
$ cd meanworks
$ npm install
$ npm link
If $ npm link
fails, try $ node meanworks.js
or $ npm start
.
Usage
$ meanworks
ornode meanworks.js
: launch menu to select the adventure and monitor progress$ meanworks verify
: verify solution$ meanworks verify YOUR_FILE_NAME
: to verify that you have finished an exercise with a filename$ meanworks help
: to get help with the workshop$ meanworks print
: to re-display the current exercise$ meanworks solution
: to show the solution for the current exercise$ meanworks verify skip
to skip it.$ meanworks reset
to reset the completed adventures
Adventures
- 01-node-npm
- 02-mongodb
- 03-installs
- 04-folder
- 05-seed
- 06-endpoints
- 07-ui-transactions
- 08-ui-accounts
- 09-ui-main
Reset
If you have completed all or some of the adventures but want to do them again, simply run meanworks reset.
Feedback
Bugs?
:bug::bug::bug: >>> https://github.com/azat-co/meanworks/issues
Contributing
- Fork this repository
- Make changes in a branch off from master
- Submit a pull request to azat-co/meanworks (this tool)