Giter VIP home page Giter VIP logo

login-signup-ecosystem's Introduction

Login Signup Ecosystem

Video Walkthrough

For a detailed walkthrough of the application's functionality, you can watch the following Loom video:

Watch the Video Walkthrough

Project Overview

The project consists of two main steps:

Step 1: Login System

  • Sign Up and Sign In functionality with secure JWT-based authentication.
  • Social login with GitHub OAuth and Google.
  • Utilizes Redis and DynamoDB/MongoDB as the backend databases.

Step 2: Dashboard

  • Users can choose a cloud provider (e.g., AWS, GCP) with a slide-in effect and a progress bar.
  • Depending on the cloud provider choice, users can select specific options with slide-down animations and progress bar updates.
  • Finalize the selection and complete the process with another slide-down animation.

Running the Application

To run the project locally, follow these steps:

Frontend (Client)

  1. Navigate to the client directory: cd client.
  2. Install dependencies: npm install.
  3. Start the development server: npm run dev.

Backend (Server)

  1. Navigate to the server directory: cd server.
  2. Install dependencies: npm install.
  3. Start the backend server: npm run server.

Setting Up Credentials

To run the application successfully, you need to set up your credentials. Create a .env file in the project root directory and add the following placeholders for your credentials:

# .env

MONGO_URL=your-mongodb-uri
JWT_SECRET=your-secret-key-here
GOOGLE_CLIENT_ID=your-google-client-id
GOOGLE_CLIENT_SECRET=your-google-client-secret
GITHUB_CLIENT_ID=your-github-client-id
GITHUB_CLIENT_SECRET=your-github-client-secret

Access the Deployed Application

You can access the deployed version of this application by following the link below:

Open the Application

signupp-login-ecosystem

signup login ecosystem

login-signup ecosystem

login-signup-ecosystem's People

Contributors

anushka7310 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.