Skip to content

Venkat19967/Login

Repository files navigation

This is a basic login page implemented using NodeJS. This will do the basic authentication. Version 1.0

The app has been updated. It runs on a docker container. Do the following steps to run the app:

  1. docker build .
  2. docker run -p <some_available_local_port>:3000 <image_name/id>

You will be able to open the app https://localhost:<same_available_local_port>

To run the same in a local Kubernetes cluster:

Requirements:

Have minikube istalled Have a VM installed Instructions to run:

  1. Pull the image from Docker Hub docker pull venkat19967/login or clone this repo and run docker build .
  2. Navigate to cloned folder
  3. Run npm install
  4. Run minikube start wait till the cluster is up and running
  5. Run node main.js
  6. Get the service URL by running: minikube service --url login
  7. Copy paste the URL in the browser to access the webapp

For any doubts contact via mail: [venkatss10@gmail.com](Link URL)

About

This is a beginner level webapp implementing basic login and user registration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors