Skip to content

basic login app allow to login and register with jwt auth. This is the open source express js based app to example of login in Mean-Stack

Notifications You must be signed in to change notification settings

ankurrai1/login_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LOGIN APP

basic login app allow to login and register with jwt auth.

This is the open source express js based app to example of login in Mean-Stack

Installation

Requirements

  • Node

Instruction

For First Time Starting Client And Backend Seperately

  • clone repo

  • Go client directory

    npm install
    
    npm start
    
  • Go backend directory

    npm install
    
    npm start
    

to start server

cd backend

npm start

to Start angular app

cd client

npm start

To Start client and backend together Need Docker

steps for Docker

npm install
docker-compose up --build 
docker-compose up -d
docker-compose up 

About

basic login app allow to login and register with jwt auth. This is the open source express js based app to example of login in Mean-Stack

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages