klacewho / basic-auth

Authentication System Phase 1: Deploy an Express server that implements Basic Authentication, with signup and signin capabilities, using a Mongo database for storage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LAB - Class 06

Project: Basic Auth

Author: Klace

Links and Resources

Setup

.env requirements (where applicable)

i.e.

  • PORT - Port Number
  • MONGODB_URI - URL to the running mongo instance/db

How to initialize/run your application (where applicable)

  • e.g. npm start

How to use your library (where applicable)

Tests

  • How do you run tests?
  • Any tests of note?
  • Describe any tests that you did not complete, skipped, etc

UML

UML Example

About

Authentication System Phase 1: Deploy an Express server that implements Basic Authentication, with signup and signin capabilities, using a Mongo database for storage.

License:MIT License


Languages

Language:JavaScript 100.0%