An open API service indexing awesome lists of open source software.

https://github.com/ryand1234/intractive-auth

An Interactive Authentication method to register itself on a platform.
https://github.com/ryand1234/intractive-auth

authentication

Last synced: 8 months ago
JSON representation

An Interactive Authentication method to register itself on a platform.

Awesome Lists containing this project

README

          

# Intractive-Auth

Intractive Auth is a MEAN stack Web App which will make authentication process interactive.

User will interact with Server to register itself on the platform.

## Technology Used
- **Express**: To Create Server
- **Angular**: To Create Frontend Client
- **Socket**: To interact with server

## Running Locally
- Clone this repository
- Install all dependencies `npm install`
- Run `npm start` to start server and `ng serve` to start Angular server.
- App will be available at http://localhost:4200

## Features Compleated
- Authentication Routes completed
- Form Created

## Features Remaining
- Socket need to be added