Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zewdu444/micro_finance

A comprehensive microfinance management system that facilitates the management of various financial operations such as client , loan , savings , insurance and Ekub management
https://github.com/zewdu444/micro_finance

fastapi mui postgresql reactjs

Last synced: 7 days ago
JSON representation

A comprehensive microfinance management system that facilitates the management of various financial operations such as client , loan , savings , insurance and Ekub management

Awesome Lists containing this project

README

        

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [:camera: screenshots](#screenshots)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [📝 License](#license)

# 💵 Micro Finance APP

> A comprehensive microfinance management system that facilitates the management of various financial operations such as client , loan , savings , insurance and Ekub management. The system is built using Fast API and Postgresql database.

## Backend API
API

### Frontend
Frontend

## :camera: screenshots
- Databse schema

- API documentation

## 🛠 Built With

### Tech Stack

- FastAPI
- Postgresql
- React
- Next js
- Material UI

### :rocket: Live Demo

- Coming soon

### Key Features

- [x] Member management
- [x] Loan management
- [x] User management
- [x] Email notification
- [x] Authentication using JWT

(back to top)

## 💻 Getting Started

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

### Prerequisites

In order to run this project you need:

- Command line or terminal
- IDE such as VsCode.
- Python 3.8 or higher
- Postgresql 13 or higher

### Setup

Clone this repository to your desired folder:
Example command:

```sh
git clone https://github.com/zewdu444/micro_finance.git
cd micro_finance

```

### Usage

Backend API

```sh
cd server/api
pip install -r requirements.txt
uvicorn main:app --reload
open http://localhost:8000/docs
```

## 👥 Authors

👤 **Zewdu Erkyhun**

- GitHub: [@zewdu444](https://github.com/zewdu444)
- Twitter: [@zewdu444](https://twitter.com/zewdu444)
- LinkedIn: [zewdu-anley](https://www.linkedin.com/in/zewdu-anley/)

(back to top)

## 🔭 Future Features

- I am working on the frontend part of the project and will be available soon.

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/zewdu444/micro_finance/issues).

(back to top)

## ⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)