Giter Site home page Giter Site logo

azat-co / meanworks Goto Github PK

View Code? Open in Web Editor NEW
41.0 9.0 13.0 17.76 MB

MEANWorks: MongoDB/Mongoose, Express, Angular and Node Workshop with Angular Fullstack Generator

License: MIT License

JavaScript 75.34% ApacheConf 15.36% HTML 7.82% CSS 1.48%

meanworks's Introduction

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 or node 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

  1. 01-node-npm
  2. 02-mongodb
  3. 03-installs
  4. 04-folder
  5. 05-seed
  6. 06-endpoints
  7. 07-ui-transactions
  8. 08-ui-accounts
  9. 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?

๐Ÿ›๐Ÿ›๐Ÿ› >>> https://github.com/azat-co/meanworks/issues


Contributing

  1. Fork this repository
  2. Make changes in a branch off from master
  3. Submit a pull request to azat-co/meanworks (this tool)

meanworks's People

Contributors

azat-co avatar valgaze avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

meanworks's Issues

Issues with Problem 3

Four issues listed below with respect to Problem 3. Let me know if you want any of these filed separately. Two version number typos, a missing install in the solution provided, and an error preventing me from verifying the solution on Windows:

1) Instructions say to Please Install Bower v1.4.1, but when I verify the solution, I'm told the workshop was designed to work with v1.5.3.

You have version 1.4.1, but this workshop was tested to work with 1.5.3 (or later versions)
Run `$ npm install -g [email protected]` to upgrade it
(You can also just skip this if you want- at your own risk!)

2) Instructions refer to both Yeoman 1.4.7 and 1.5.1. The workshop was designed to work with 1.5.1 according to the warnings when verifying the solution. All references to 1.4.7 should be removed.

3) The final solution is missing the instructions for Yeoman:

---
SOLUTION

---

$ npm install -g [email protected]
$ npm install -g [email protected]
$ npm install -g [email protected]
$ npm install -g [email protected]

4) Final issue: I get the following error on Windows when attempting to verify the solution:

check-version-npm.js:38
        if (args.join('').toLowerCase() === 'skip') {
            ^
ReferenceError: args is not defined
    at check-version-npm.js:38:13
    at ChildProcess.exithandler (child_process.js:204:7)
    at emitTwo (events.js:87:13)
    at ChildProcess.emit (events.js:172:7)
    at maybeClose (internal/child_process.js:818:16)
    at Socket.<anonymous> (internal/child_process.js:319:11)
    at emitOne (events.js:77:13)
    at Socket.emit (events.js:169:7)
    at Pipe._onclose (net.js:469:12)

Need to specify -g for installation

The Readme says to run the following command for the easy installation:

$ npm install meanworks@latest

If we do this and try to run $ meanworks or $ node meanworks.js after install, we get an error that the command was not found. Verified on Windows 7 and OS X.

People will need to install globally instead: $ npm install -g meanworks@latest

Happy to submit a pull request to update the readme if it helps.

Meanworks verify not working

The meanworks verify does not seem to work on the step for the yeoman generator step regarding the folder ng-fullstack-new. The following screenshot shows how I am already in the ng-fullstack-new folder, however meanworks verify shows me that I am not in it and that my solution is incorrect.

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.