https://github.com/luc-ribeiro/client-list-flask
Project created for evaluation of the Programming Language discipline at FATEC Rio Preto, using Python and Flask. A simple client registration list with name, phone number, and subject to address. The application allows users to search for clients by name, phone number, or subject, and also allows client removal.
https://github.com/luc-ribeiro/client-list-flask
css flask python
Last synced: 2 months ago
JSON representation
Project created for evaluation of the Programming Language discipline at FATEC Rio Preto, using Python and Flask. A simple client registration list with name, phone number, and subject to address. The application allows users to search for clients by name, phone number, or subject, and also allows client removal.
- Host: GitHub
- URL: https://github.com/luc-ribeiro/client-list-flask
- Owner: luc-ribeiro
- Created: 2021-11-24T20:52:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-29T02:06:50.000Z (about 2 years ago)
- Last Synced: 2025-03-15T05:44:13.778Z (over 1 year ago)
- Topics: css, flask, python
- Language: HTML
- Homepage:
- Size: 489 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Flask Client List
## 💻 Project
Project created for evaluation of the Programming Language discipline at FATEC Rio Preto, using Python and Flask.
A simple client registration list with name, phone number, and subject to address.
The application allows users to search for clients by name, phone number, or subject, and also allows client removal.
## 🚀 Techs
### Preview

## :page_facing_up: How to run
Clone this repository:
```sh
$ git clone https://github.com/luc-ribeiro/client-list-flask.git
```
Install dependencies:
```sh
$ pip install -r requirements.txt
```
Run the command
```sh
$ python3 app.py
```
Access the project at `localhost:5000`
## :memo: License
MIT © 2021 Lucas Ribeiro / FATEC Rio Preto