Skip to content

dogedodge/revolut-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Revolut Clone

Introduction

This is a cloned mobile app UI of Revolut, an innovative e-banking application. Created for portfolio purposes, it showcases full-stack web application development. The project is still in progress.

Quick Start

Check Storybook of UI Components

To view the UI components in isolation, run:

cd frontend
npm install
npm run storybook

Start MySQL Database

Navigate to the MySQL directory and start the database using Docker:

cd backend/mysql
docker-compose up -d

Start RESTful API Backend

cd backend
npm run resetDB
npm run start

Start Frontend Development Server

In another terminal, start the frontend development server:

cd frontend
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published