Browse Source

Readme File changes

Adeel 4 years ago
parent
commit
9234a93326
1 changed files with 5 additions and 2 deletions
  1. 5 2
      README.md

+ 5 - 2
README.md

@@ -24,13 +24,17 @@ flask db migrate
 flask db upgrade
 ```
 
-To run the microservice, simply use these command
+To run the microservice, simply use this command
 ```
 flask run
 ```
 
 The app will start running on server ```127.0.0.1:5000```
 
+### Using API Endpoints with Frontend
+* Run ```./api_frontend/index.html``` in your browser 
+
+
 The ```APP ``` contains two sections
 
 ### Upload Reference File
@@ -66,7 +70,6 @@ This section contains three fields
 * Delete Original File : http://127.0.0.1:5000/upload_original
 * Compare Files : http://127.0.0.1:5000/comparison
 
-
 ### Screenshots
 
 ![alt Picture](https://gogs.earthsquad.global/athos/baangt-PDFComparison/raw/master/images/a.png)