Skip to content
/ wbonk Public

GraphQL CRUD with Koa.js and MongoDB on the server and React, React-RouterV7 (previous Remix) and Relay on the frontend ๐Ÿš€

Notifications You must be signed in to change notification settings

gustav0d/wbonk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

WBonk

Status Version

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. Contact

About the Project

WBonk is a modern banking application that allows users to send transactions.

WBonk provides a full-featured banking platform with the following capabilities:

  • Account management with user authentication
  • Transaction history and tracking
  • Money transfers between accounts
  • User-friendly dashboard experience
  • Secure API with GraphQL and JWT authentication

The application consists of a React frontend with a Node.js backend, using GraphQL for API requests and MongoDB for data storage.

Built With

React Node GraphQL MongoDB Koa

Getting Started

Follow these instructions to set up the project locally.

Prerequisites

Make sure you have the following installed:

  • Node.js

    https://nodejs.org/en/download/
  • PNPM

    npm install pnpm -g
  • Docker

    https://www.docker.com/get-started/

Installation

  1. Clone the repository

    git clone https://github.com/gustav0d/wbonk.git
    cd wbonk
  2. Install dependencies

    pnpm install
  3. Configure environment

    pnpm config:local
  4. Compile relay on the frontend

    pnpm --filter @wbonk/web relay
  5. Run containers

    pnpm compose:up
  6. Start the development servers

pnpm dev

The web application will be available at http://localhost:5173 The server application will be available at http://localhost:3000

Postman

Run In Postman

GraphiQL

You can start GraphQL playground both on the server or on the web.

  • The web playground will be available on http://localhost:5173/playground automatically

  • To run on the server (you will need to install ruru)

    pnpm --filter @wbonk/server graphiql
  • this one will be available at http://localhost:3001/graphql

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/amazing-feature)
  3. Commit your Changes (git commit -m 'feat(amazing-feature): my feature is awesome')
  4. Push to the Branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

References

Contact

Contact me

Project Link: https://github.com/gustav0d/wbonk

(back to top)

About

GraphQL CRUD with Koa.js and MongoDB on the server and React, React-RouterV7 (previous Remix) and Relay on the frontend ๐Ÿš€

Topics

Resources

Stars

Watchers

Forks