Skip to content

ayanchoudhary/authorizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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