Skip to content

Commit

Permalink
README: Add Project details and Demo images
Browse files Browse the repository at this point in the history
  • Loading branch information
kmhmubin committed Jan 5, 2021
1 parent 9a34ee4 commit 82efda1
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions Coffeefi/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Coffee fi

A simple Cafe list bootstrap website.

## Technologies

* Flask
* Flask Bootstrap
* Flask WTForm
* CSV

## Installation

1. First clone or download the project file
2. Create a python environment then install all the packages from requirements file.
3. Run the project

> note: I'm using conda environment, but you can use virtualenv.
## Demo

#### Homepage

![Homepage](https://github.com/kmhmubin/Python-Projects/blob/master/Coffeefi/Demos/Screenshot_2021-01-05%20Coffee%20Wi-fi.png)

#### Cafe lists

![Cafe list](https://github.com/kmhmubin/Python-Projects/blob/master/Coffeefi/Demos/Screenshot_2021-01-05%20All%20Cafes.png)

#### Add Cafes

![Add Cafes](https://github.com/kmhmubin/Python-Projects/blob/master/Coffeefi/Demos/Screenshot_2021-01-05%20Add%20Cafes.png)

0 comments on commit 82efda1

Please sign in to comment.