/react-redux-registration-login-template

React + Redux - User Registration and Login Example

Primary LanguageJavaScriptMIT LicenseMIT

Web Application Development Project :

react-redux-registration-login-example

React + Redux - User Registration and Login Tutorial & Example

## Hosting on AWS EC2 :

  1. Creating an Amazon Machine Image (AMI) --> Ubuntu Server 18.04 LTS

Creating an AMI

(2) Connected to the new ubuntu instance from local machine -->

2

(3) Cloning Git Repo on to the Instance -->

3

(4) Start the API using the PM2 process manager with command sudo pm2 start server.js -->
The API is now running on Node.js under the PM2 process manager and listening on port 4000. Only port 80 (HTTP) is publicly accessible on the server so we can't hit the API yet, this will be possible after we've configured NGINX as a reverse proxy to pass through HTTP traffic to the api.

snap

(5) Registration Page -->

Register Page

(6) Login Page -->

Login

(7) Logged IN ->

Logged in !

Happy Learning !