https://github.com/pmcode9992/antibankruptcy-model
A website that integrats an AI model to predict bankruptcy in a company.
https://github.com/pmcode9992/antibankruptcy-model
Last synced: 9 months ago
JSON representation
A website that integrats an AI model to predict bankruptcy in a company.
- Host: GitHub
- URL: https://github.com/pmcode9992/antibankruptcy-model
- Owner: pmcode9992
- Created: 2023-11-03T09:24:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-05T13:55:09.000Z (over 2 years ago)
- Last Synced: 2025-03-15T06:42:48.844Z (about 1 year ago)
- Language: Python
- Size: 82.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Anticipating Business Bankruptcy Website
Welcome to the Anticipating Business Bankruptcy website project! This web application is designed to help users predict business bankruptcy by providing valuable insights and analysis based on financial data. Whether you're a business owner or a financial analyst, this tool can assist you in making informed decisions.
## Table of Contents
- [Getting Started](#getting-started)
- [Project Structure](#project-structure)
- [Backend](#backend)
- [Frontend](#frontend)
## Getting Started
To run this web project locally, follow these instructions:
### Prerequisites
- Node.js (v14 or higher)
- Make (for running backend)
### Clone the Repository
1. Open your terminal.
2. Change the current working directory to where you want to clone the project.
3. Run the following command to clone the repository:
```bash
git clone https://github.com/yourusername/anticipating-bankruptcy-website.git
```
### Backend
1. Change your working directory to the `Backend` folder of the project:
```bash
cd Backend
```
2. Install the required dependencies:
```bash
make install
```
3. Start the backend server:
```bash
make run
```
The backend server should now be running on http://localhost:5000.
### Frontend
1. Change your working directory to the `anticipating-bankruptcy` folder of the project:
```bash
cd anticipating-bankruptcy
```
2. Install the required dependencies:
```bash
npm install
```
3. Start the frontend development server:
```bash
npm start
```
The frontend development server should now be running on http://localhost:3000. You can access the web application by opening a web browser and navigating to this address.
## Project Structure
This project is structured as follows:
- `Backend/`: Contains the backend server code.
- `anticipating-bankruptcy/`: Contains the frontend code.
- `README.md`: This readme file.
- Other project-related files and directories.
Thank you for using the Anticipating Business Bankruptcy website. We hope this tool is valuable to you in making informed business decisions.