-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README: Add Project details and Demo images
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |