This application is designed for service-based businesses like beauty clinics and health professionals. It includes screens for Dashboard widgets, Accounts Receivable, Financial Transactions, Branches, and much more. The system consumes a RESTful API.
- Introduction
- Prerequisites
- Installation
- Configuration
- Running the Application
- Screenshots
- API Reference
- License
This React application helps manage various aspects of service-based businesses. It provides an intuitive interface to track accounts receivable, manage financial transactions, monitor multiple branches, and much more.
Before you begin, ensure you have met the following requirements:
- Node.js (v14.x or later)
- npm (v6.x or later) or yarn (v1.x or later)
- Git
Follow these steps to set up the development environment:
- Clone the repository:
git clone https://github.com/pedro162/clinica_estetica.git
- Navigate to the project directory:
cd your-repo-name - Install the dependencies:
or
npm install
yarn install
- Create a
.envfile in the root directory of the project. - Add the necessary environment variables. For example:
REACT_APP_API_BASE_URL=https://api.yourdomain.com
To run the application in development mode, use the following command:
npm startor
yarn startOpen http://localhost:3000 to view it in the browser.
The Dashboard provides a quick overview of key metrics and widgets that help in monitoring the performance and status of the business.
The Accounts Receivable screen helps in tracking the amounts due from clients, managing invoices, and monitoring payment statuses.
The Financial Transactions screen allows users to record and monitor all financial activities, ensuring accurate bookkeeping and financial management.
The Branches screen provides a detailed view of different branches of the business, including their performance metrics and other relevant information.
This application consumes a RESTful API to perform CRUD operations and fetch data. Ensure your API is running and accessible at the base URL specified in the .env file.
This project is licensed under the MIT License



