More Premium Hugo Themes Premium React Themes

Apollobank

A full stack GraphQL banking application using React, Node & TypeScript.

Apollobank

A full stack GraphQL banking application using React, Node & TypeScript.

Author Avatar Theme by edwardcdev
Github Stars Github Stars: 208
Last Commit Last Commit: Oct 24, 2021 -
First Commit Created: Jan 15, 2024 -
Apollobank screenshot

Overview

apollobank is a fullstack GraphQL banking application built using React, Node, and TypeScript. It is an open-source project that welcomes contributions from the community. The application allows users to register and login, manage their accounts, perform transactions, and view various charts and settings.

Features

  • Login and registration functionality
  • Dashboard feature with accounts, transactions, credit cards, and settings
  • Spending chart for the current month
  • Dummy data generator using faker

Installation

To run apollobank, you need to have Node.js and PostgreSQL 13 installed on your machine. After installing the prerequisites, follow the steps below:

  1. Create a PostgreSQL database named “apollobank”.
  2. Clone the Git repository.
  3. Check the ormconfig.json file to verify or update the database connection information.
  4. Run the backend server.
  5. Run the frontend server.

The apollobank application will be served at http://localhost:3000/dashboard.

Summary

apollobank is a fullstack GraphQL banking application built with React, Node, and TypeScript. It provides various features for managing accounts, transactions, and settings. The application also includes a spending chart for the current month and supports the generation of dummy data using faker. With its open-source nature, apollobank welcomes contributions from the community to improve and enhance its functionality.