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.
- Host: GitHub
- URL: https://github.com/ryand1234/intractive-auth
- Owner: Ryand1234
- Created: 2020-07-30T08:11:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-03T04:15:49.000Z (about 4 years ago)
- Last Synced: 2024-12-28T06:13:18.102Z (over 1 year ago)
- Topics: authentication
- Language: TypeScript
- Homepage:
- Size: 626 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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