Skip to content

Basics of nodejs. Small and simple applications.

Notifications You must be signed in to change notification settings

pangeon/node-course

Repository files navigation

node-course

Basics of nodejs. Small and simple applications.

deployment guide

  1. Instal nodejs from Node JS Homepage
  2. Most application haven't GUI. Run them in console.
  3. Download dependecies via npm:
npm install

tools

  • mocha
npm install mocha -g

  • mongodb - on Linux
sudo apt install mongodb

alternative downolad from MongoDB Community Server

  • xampp for MySQL - install from Apache

dependecies

  • express: ^4.17.1
  • jade: ^1.11.0
  • mysql: ^2.18.1
  • mongodb: ^^2.2.33
  • mongoose: ^5.9.27
  • ws: ^1.0.1
  • chai: ^4.2.0

About

Basics of nodejs. Small and simple applications.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published