smallloginsystem

1.0.0 • Public • Published

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

How to start

This experiments can be start with the smallLoginSystem.js

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

Package Sidebar

Install

npm i smallloginsystem

Weekly Downloads

0

Version

1.0.0

License

BSD-2-Clause

Last publish

Collaborators

  • dutchprogrammer