Skip to content

Latest commit

 

History

History
111 lines (86 loc) · 4.04 KB

README.md

File metadata and controls

111 lines (86 loc) · 4.04 KB


OAUTH2-TUTORIAL

◦ Developed with the software and tools below.

Chart.js JavaScript .ENV HTML5 YAML Bootstrap Redux React Axios TypeScript Ajv java JSON

GitHub license git-last-commit GitHub commit activity GitHub top language

📖 Table of Contents


📍 Overview

Application created for social-media business accounts analytics, such as Twitter, Facebook, LinkedIn, Instagram.


📦 Features

OAuth2, 2FA, Adyen payments.


📂 Repository Structure

└── oauth2-tutorial/
    ├── oauth2-tutorial-ui/
    │   ├── .env
    │   ├── package.json
    │   ├── public/
    │   │   ├── icons/
    │   │   └── index.html
    │   └── src/
    │       ├── components/
    │       ├── index.css
    │       ├── index.js
    │       ├── reportWebVitals.js
    │       ├── scenes/
    │       ├── setupTests.js
    │       └── utils/
    └── src/
        └── main/
            ├── docker/
            ├── java/
            └── resources/

⚙️ Modules


🔧 Installation

  1. Clone the oauth2-tutorial repository:
git clone https://github.com/seregamazur/oauth2-tutorial
  1. Change to the project directory:
cd oauth2-tutorial
  1. Install the dependencies:
mvn clean install