Skip to content

milendrakumarbaghel/payplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PAYPLUS

❯ REPLACE-ME

license last-commit repo-top-language repo-language-count


Table of Contents


Overview

❯ REPLACE-ME


Features

❯ REPLACE-ME


Project Structure

└── payplus/
    ├── README.md
    ├── backend
    │   ├── .gitignore
    │   ├── config
    │   ├── controllers
    │   ├── middlewares
    │   ├── models
    │   ├── package-lock.json
    │   ├── package.json
    │   ├── routes
    │   └── server.js
    ├── frontend
    │   ├── .gitignore
    │   ├── README.md
    │   ├── eslint.config.js
    │   ├── index.html
    │   ├── package-lock.json
    │   ├── package.json
    │   ├── public
    │   ├── src
    │   ├── vercel.json
    │   └── vite.config.js
    ├── package-lock.json
    └── package.json

Project Index

PAYPLUS/
__root__
package-lock.json ❯ REPLACE-ME
package.json ❯ REPLACE-ME
backend
package-lock.json ❯ REPLACE-ME
package.json ❯ REPLACE-ME
server.js ❯ REPLACE-ME
middlewares
middleware.js ❯ REPLACE-ME
config
config.js ❯ REPLACE-ME
database.js ❯ REPLACE-ME
controllers
requestMoney.js ❯ REPLACE-ME
getUser.js ❯ REPLACE-ME
moneyTransfer.js ❯ REPLACE-ME
signIn.js ❯ REPLACE-ME
getBalance.js ❯ REPLACE-ME
signUp.js ❯ REPLACE-ME
updateUser.js ❯ REPLACE-ME
models
notificationSchema.js ❯ REPLACE-ME
accountSchema.js ❯ REPLACE-ME
moneyReqSchema.js ❯ REPLACE-ME
userSchema.js ❯ REPLACE-ME
routes
routes.js ❯ REPLACE-ME
user.js ❯ REPLACE-ME
bank.js ❯ REPLACE-ME
frontend
package-lock.json ❯ REPLACE-ME
vercel.json ❯ REPLACE-ME
vite.config.js ❯ REPLACE-ME
package.json ❯ REPLACE-ME
index.html ❯ REPLACE-ME
eslint.config.js ❯ REPLACE-ME
src
index.css ❯ REPLACE-ME
App.css ❯ REPLACE-ME
App.jsx ❯ REPLACE-ME
main.jsx ❯ REPLACE-ME
components
Balance.jsx ❯ REPLACE-ME
Me.jsx ❯ REPLACE-ME
SendDisplayUser.jsx ❯ REPLACE-ME
Appbar.jsx ❯ REPLACE-ME
Button.jsx ❯ REPLACE-ME
Inputbox.jsx ❯ REPLACE-ME
UserSearch.jsx ❯ REPLACE-ME
Heading.jsx ❯ REPLACE-ME
Subheading.jsx ❯ REPLACE-ME
Loader.jsx ❯ REPLACE-ME
DisplayUser.jsx ❯ REPLACE-ME
pages
Signup.jsx ❯ REPLACE-ME
SendMoney.jsx ❯ REPLACE-ME
UpdateDetails.jsx ❯ REPLACE-ME
Signin.jsx ❯ REPLACE-ME
Dashboard.jsx ❯ REPLACE-ME
RequestMoney.jsx ❯ REPLACE-ME
public
_redirects ❯ REPLACE-ME

Getting Started

Prerequisites

Before getting started with payplus, ensure your runtime environment meets the following requirements:

  • Programming Language: JavaScript
  • Package Manager: Npm

Installation

Install payplus using one of the following methods:

Build from source:

  1. Clone the payplus repository:
❯ git clone https://github.com/milendrakumarbaghel/payplus
  1. Navigate to the project directory:
cd payplus
  1. Install the project dependencies:

Using npm  

❯ npm install

Usage

Run payplus using the following command: Using npm  

❯ npm start

Testing

Run the test suite using the following command: Using npm  

❯ npm test

Contributing

Contributing Guidelines
  1. Fork the Repository: Start by forking the project repository to your github account.
  2. Clone Locally: Clone the forked repository to your local machine using a git client.
    git clone https://github.com/milendrakumarbaghel/payplus
  3. Create a New Branch: Always work on a new branch, giving it a descriptive name.
    git checkout -b new-feature-x
  4. Make Your Changes: Develop and test your changes locally.
  5. Commit Your Changes: Commit with a clear message describing your updates.
    git commit -m 'Implemented new feature x.'
  6. Push to github: Push the changes to your forked repository.
    git push origin new-feature-x
  7. Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
  8. Review: Once your PR is reviewed and approved, it will be merged into the main branch. Congratulations on your contribution!
Contributor Graph


License

This project is protected under the SELECT-A-LICENSE License. For more details, refer to the LICENSE file.


Acknowledgments

  • List any resources, contributors, inspiration, etc. here.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published