Skip to content

ahmedmega/mean-stack

Repository files navigation

mean-stack

MEAN stack sample This is a sample of using NodeJs as a backend runtime engine with some other frameworks and tools.

FrameWorks:

  • ExpressJs as web framework.
  • MongoDB the NOSQL database for data storage.
  • AngularJs for the client side.

Tools:

  • Source control (git).
  • PassportJS for security.
  • Socket.io for real time notifications.
  • Vash as a view engine.
  • bower as a package manager for the client libraries.
  • grunt as a task runner.
  • Visual Studio Code as a code editor.