/authen_personal

Primary LanguageJavaScriptMIT LicenseMIT

Installation

  1. Clone repo
  2. run npm install

Usage

  1. run node server.js
  2. Navigate to localhost:8080

Project

The start to my final project, an authentication page for an admin.

Optimizations

Future improvements would be calling information from a database instead of entering. As well as placing this information to a table instead of spans.

Lessons Learned

Getting more confident creating a database and finding a solution to simple errors. As well as learning to create a better user expirience.

Credit

Modified from Scotch.io's auth tutorial