Nodejs Simple_Login

Environment vars

This project uses the following environment variables:

Name Description Default Value
CORS Cors accepted values "*"  

Pre-requisites

Getting started

  • Clone the repository
git clone  https://github.com/mammadsafar/Simple_Login.git
  • Install dependencies
cd Simple_Login
npm install
  • Build and run the project
node app.js

Navigate to http://localhost:5005

Common Issues

npm install fails

The current solution has an example for using a private npm repository. if you want to use the public npm repository, remove the .npmrc file.