Application created for social-media business accounts analytics, such as Twitter, Facebook, LinkedIn, Instagram.
OAuth2, 2FA, Adyen payments.
βββ 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/
Clone the oauth2-tutorial repository:
git clone https://github.com/seregamazur/oauth2-tutorial
Change to the project directory:
cd oauth2-tutorial
Install the dependencies:
mvn clean install