Skip to content

Webserver part for the user access authorisation solution

License

Notifications You must be signed in to change notification settings

fablabwinti/access_auth_server_2

 
 

Repository files navigation

access_auth_server

Webserver part for the user access authorisation solution

installation

You need to install MySQL and NodeJS V6 to run this server.

  • Get MySQL from https://dev.mysql.com/downloads/installer/
  • Install it
  • Open MySQL Workbench
  • Import the sql/flauth.sql (this creates a new schema/database flauth)
  • Create a new user flauth with any password and all privileges for schema flauth
  • Get Node JS V6 from https://nodejs.org/en/download/
  • Install it
  • Git clone the access_auth_server repository into a folder (or download zip and unpack)
  • Move to the cloned folder cd access_auth_server
  • Run npm install to install all dependencies
  • Open *config.js and adjust your password for the DB on line 11
  • Save the file
  • Run node server.js

About

Webserver part for the user access authorisation solution

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.1%
  • Pug 1.2%
  • Other 0.7%