1.0.3 • Published 5 years ago

express-auth-cli v1.0.3

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

express-auth-cli

A cli to generate different login/signup functionalities based on your app need.

Installation

Installation is done using the npm install command and you should install it globally:

$ npm install express-auth-cli -g

Features

  • Social logins (facebook and google)
  • Based on Model-View-Controller-Services pattern
  • Customizable

Quick Start

Install the package globaly and just run the following command. Yep it's that easy.

Create the app:

$ project-init

Install dependencies:

$ npm install

Update your credentials in .env.dev file and start the development server:

$ npm run dev

View the website at: http://localhost:4000