Skip to content

Introducing our fantastic payment app! With our user-friendly interface, you can easily accept fund transfers from other banks and send transfers to any bank you desire. Our cutting-edge technology is powered by RavenPay API terminal, enabling seamless interconnectivity.

License

Notifications You must be signed in to change notification settings

udeaghad/Basic-Bank-App

Repository files navigation

Basic Bank App🏩

Introducing our fantastic payment app! With our user-friendly interface, you can easily accept fund transfers from other banks and send transfers to any bank you desire. Our cutting-edge technology is powered by RavenPay API terminal, enabling seamless interconnectivity.

This fantastic product is specifically designed to handle all your basic payment needs, from transferring funds to receiving them and checking your transaction details and history. With our secure and reliable system, you can be assured of a hassle-free payment experience.

Project Documentation 📄

Built With 🛠️

  • Programming Languages: TypeScript and JavaScript
  • Frameworks: Node.js, Express.js
  • Database: MySql and Knex
  • Git and GitHub
  • Code Editor: VS Code.

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • A code editor like Visual Studio Code with Git and nodejs installed.
  • You can check if Git is installed by running the following command in the terminal.
  • $ git --version
  • You can check if node is installed by running the following command in the terminal.
  • $ node --version
  • Ensure you have Mysql database installed(You can click here for the documentations and installation)
  • Ensure you knex installed(You can click here here for the documentations and installation)

Usage

Run development environment

  • Clone the repo from here.
  • $ git clone https://github.com/udeaghad/RavenPayTest.git
  • Make your way to the correct directory by running this command:
  • $ cd RavenPayTest
  • Run npm install
  • create an .env file and update the following environmental variables:
    • PORT - the port where your serve will be running
    • DB_HOST - Mysql localhost
    • DB_USER - Mysql username
    • DB_PASSWORD - Mysql password
    • DB_NAME(Please ensure your create this database in my MySQL) - Mysql database name
    • DB_PORT - Mysql database port
    • JWT
    • RAVEN_SECRET
    • ENVIRONMENT = test(Set this to run integraton testing)
    • WEBHOOK_URL
  • Create your database and connect it on the knexfile.ts
    • Run npm run createDB
  • Run npm run migrate to migrate the table columns and their properties to your database
  • Run npm run dev to start the application
  • open postman and read the documentation to test the app

Run integration testing

  • Run npm test on your terminal

Authors

👤 Dozie Udeagha

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • RavenPay(for providing their API to interconnectivity)
  • webhook.site (for managing messages and alerts)

📝 License

This project is MIT licensed.

About

Introducing our fantastic payment app! With our user-friendly interface, you can easily accept fund transfers from other banks and send transfers to any bank you desire. Our cutting-edge technology is powered by RavenPay API terminal, enabling seamless interconnectivity.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published