1.0.0 • Published 9 years ago

smallloginsystem v1.0.0

Weekly downloads
2
License
BSD-2-Clause
Repository
github
Last release
9 years ago

Small LoginSystem

A small login system in NodeJS with mysql and with permissions. Users can register and login and an hidden Admin Page.

Requirements

  • AngularJS
  • Express
  • MySQL
  • Express
  • Socket.io
  • NodeMailer
    sudo npm install
Demo
----
[Small LoginSystem Demo](http://dutchprogrammer.nl:9003/)


How to start
----
This experiments can be start with the smallLoginSystem.js
```bash
sudo nodejs smallLoginSystem.js

How to start this chat as an service:

sudo forever start -l forever.log -o out.log -e err.log -a smallLoginSystem.js

Problems and fixes

When you got problems with ubuntu server because it can't find the node command execute the following line:

sudo update-alternatives --install /usr/sbin/node node /usr/bin/nodejs 99