Skip to content

Jaylin0312/DBEA-freelancer-banking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DBEA-freelancer-banking


Logo

DBEA Freelancer Banking

A banking system for freelancers to have the financial supports they need.

Table of Contents
  1. About The Project
  2. Initial Setup

About The Project

A Gateway to Financial Stability and Business Growth

In the dynamic realm of freelance work, where individuals harness their expertise to serve a vast array of clients, financial management can often pose a significant challenge. This is where our project emerges as a beacon of hope, a comprehensive solution that seamlessly integrates loan application services and invoice generation, transforming the financial landscape for freelancers worldwide.

Loan Application Assistance: Bridging the Gap to Financial Growth

Unforeseen expenses, equipment upgrades, and business expansion can often strain the finances of even the most successful freelancers. Our project offers a lifeline of support, providing access to tailored loan options that align with individual needs and financial profiles.

Streamlined Invoice Generation: Ensuring Prompt Payment and Business Efficiency

The process of generating invoices, a crucial aspect of freelance work, can be time-consuming and prone to errors. Our project revolutionizes this process, introducing automated invoice generation tools that effortlessly capture project details, calculate fees, and produce professional-looking invoices.

(back to top)

Built With

Methods of Communication

  • REST API (HTTP)

(back to top)

Initial Setup

To get a local copy of all the microservices up and running follow these steps.

Prerequisites

Usage

  1. Clone the repository

    git clone https://github.com/Jaylin0312/DBEA-freelancer-banking.git
  2. Initialize repo with .env file

  3. Start the services

    To start the frontend service, run

    cd freelancer-frontend
    npm install
    npm run dev

    To start the backend services, run

    cd freelancer-backend
    docker compose up --build
  4. To stop the backend services, run

    docker compose down

    (back to top)