Skip to content

Create web applications with React and connected them to your own Python Flask backend API. Compatible with Gitpod.

Notifications You must be signed in to change notification settings

4GeeksAcademy/Spain-94-Flow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flow

Flow is a web application designed for comprehensive client management within a company. It allows you to schedule appointments, maintain a detailed history of each client, and organize information clearly and accessibly. It's ideal for businesses looking to efficiently manage their customer base and optimize client relationships.

Table of Contents

Demo

(Add a link to a live demo or screenshots here)

Features

  • Client registration and management
  • Appointment scheduling
  • Interaction history per client
  • User-friendly and intuitive interface
  • Centralized access for company team members

Technologies Used

Frontend

  • HTML5
  • CSS3
  • JavaScript
  • React.js (JSX)

Backend

  • Python (e.g., Flask or Django)

Installation

Follow these steps to run the project locally:

  1. Clone this repository:
    git clone https://github.com/4GeeksAcademy/Spain-94-Flow
    2.Navigate to the project folder:
  • cd flow 3.Install dependencies:

If the frontend is in a 'frontend' folder

  • cd frontend
  • npm install

If the backend is in a 'backend' folder

  • cd ../backend
  • pip install -r requirements.txt 4.Start the application:

From the frontend folder

  • npm run start

From the backend folder

  • python app.py # or the main file of your server

Usage

Once the application is running, you will be able to:

  • Create and manage client profiles
  • Easily schedule appointments
  • View each client's history from their profile

Authors

This project was developed as a final project for 4Geeks Academy by:

  • GitHub: AngelDPL
  • GitHub: Ziilgc
  • GitHub: PabloPh95
  • GitHub: joangallego

About

Create web applications with React and connected them to your own Python Flask backend API. Compatible with Gitpod.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.1%
  • Python 29.1%
  • CSS 19.6%
  • Shell 1.7%
  • HTML 0.3%
  • Dockerfile 0.1%
  • Other 0.1%