bankforall / api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bank For All - Peer Share and Microfinance Platform for All

This is an open-source project aimed at creating a peer sharing and microfinance platform for people who unemployed or low-income individuals or groups who otherwise would have no other access to financial services.

The platform will enable them to access loans, as well as share resources and knowledge with each other, thereby creating a sustainable community.

If any of you have an idea to share with us, please feel free to open a pull request.

Workflow

Technologies Used

How to run the project

Clone the project

git clone https://github.com/bankforall/api.git

Change directory

cd api

Create a .env file

touch .env

Install dependencies

npm install

Run the project

npm run dev

.env file example

PORT=5000
MONGO_URI=
JWT_SECRET_KEY=
NODE_ENV=

API Documentation

The API documentation can be found https://localhost:5000/docs.

Note: The API documentation is only available in development mode.

Contributing

To contribute to the project, follow these steps:

  1. Fork the repository.
  2. Create a new branch with a descriptive name.
  3. Make your changes and commit them to the new branch.
  4. Push the branch to your forked repository.
  5. Create a pull request to the main repository.

Contribution Guidelines

We welcome contributions from developers of all skill levels. Whether you're a seasoned developer or just starting out, there are many ways you can contribute to the project.

Reporting Issues

If you find a bug or issue with the platform, please report it by opening an issue on our GitHub repository. Be sure to include as much detail as possible, including steps to reproduce the issue.

Submitting Bug Fixes or Features

If you'd like to contribute code to the project, you can do so by submitting a pull request. Before submitting a pull request, please make sure to follow our coding standards and ensure that your changes are thoroughly tested.

Contributing to Documentation

We also welcome contributions to the project's documentation. If you notice any errors or omissions in the documentation, please submit a pull request with your proposed changes.

License

This project is licensed under the MIT License.

About

License:MIT License


Languages

Language:JavaScript 99.5%Language:Dockerfile 0.5%