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.
- Programming Languages: TypeScript and JavaScript
- Frameworks: Node.js, Express.js
- Database: MySql and Knex
- Git and GitHub
- Code Editor: VS Code.
To get a local copy up and running follow these simple steps.
- 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)
- 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
- 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
npm test
on your terminal
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
- RavenPay(for providing their API to interconnectivity)
- webhook.site (for managing messages and alerts)
This project is MIT licensed.