Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 556 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 556 Bytes

Register of Participants

About

Application register participants in realtime with nodejs

Requeriments

Technologies:

  • MongoDB
  • NodeJS

Packages NodeJS:

  • ExpressJS
  • AngularJS
  • Mongoose
  • Socket.io
  • Jade

Installation

You can to use vagrant to install:-

$ vagrant up --provision
$ vagrant ssh
$ cd /var/www/
$ npm install
$ npm start

go to your host pc and place into your browser:

http://192.168.33.50:5000

Or using:

$ npm install

go to your host pc and place into your browser:

http://127.0.0.1:5000