/assess-ment

Primary LanguageJavaScriptMIT LicenseMIT

Node.js CI Codacy Badge

Node Authentication with MySQL

Current version database is ported to MySQL

We will be using Passport to authenticate users locally,

Instructions

If you would like to download the code and try it for yourself:

  1. Clone the repo: git clone https://github.com/naivedeveloper95/assess-ment.git
  2. Install packages: npm install
  3. Edit the database configuration: config/database.js
  4. Create the database schema: node scripts/create_database.js
  5. Launch: node server.js
  6. Visit in your browser at: http://localhost:8080