An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          


Flask Client List


Clique aqui para ver a versão em Português.

## 💻 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


Luc-HTML
Luc-CSS
Luc-JS
Luc-Python
Luc-Flask


### Preview
![banner](https://github.com/luc-ribeiro/client-list-flask/blob/master/design/preview.gif)

## :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