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.
To view the UI components in isolation, run:
cd frontend
npm install
npm run storybook
Navigate to the MySQL directory and start the database using Docker:
cd backend/mysql
docker-compose up -d
cd backend
npm run resetDB
npm run start
In another terminal, start the frontend development server:
cd frontend
npm run dev