Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 365 Bytes

File metadata and controls

18 lines (10 loc) · 365 Bytes

Running Project Locally

Clone repository

$ git clone https://github.com/GeorgeIniatis/Flask-REST-API.git

Create virtual environment install dependencies

$ pip install -r requirements.txt

Run server

$ python main.py

Access page by going to localhost:5000 and send GET requests

Or use a service like Postman

Or use the test script $ python test.py