Skip to content

fablabwinti/access_auth_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7f9433b · Dec 26, 2023

History

53 Commits
May 1, 2019
Feb 19, 2020
Feb 19, 2020
May 1, 2019
Dec 26, 2023
Feb 19, 2020
Feb 19, 2020
Nov 25, 2018
May 1, 2019
Feb 19, 2020
Jun 2, 2017
May 5, 2019
Nov 11, 2019
May 1, 2019
Feb 19, 2020
May 1, 2019
Nov 25, 2018
Dec 26, 2023
Nov 11, 2019

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