Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 675 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 675 Bytes

Authorizer

Normalize

A simple authentication portal in MongoDB, NodeJS and React.

Setup Instructions

  1. Install and setup MongoDB and NodeJs.
  2. Clone the repository
  3. Enter the server folder by cd authorizer/server and run npm install
  4. Run npm start
  5. In a second terminal run mongo to start mongoDB server
  6. In another terminal enter the client folder
cd authorizer/client
npm install
  1. Run npm start
  2. Go to localhost:3000 for the application