Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 727 Bytes

readme.md

File metadata and controls

19 lines (12 loc) · 727 Bytes

app.py

app.py is a rest api example built on beers with many filtering options for printing and edit the information.

Installation

To run this project please type from your terminal pip install -r requirements.txt.

Running the tests:

To run the server you need to type from you terminal py app.py. To run this tests it is highly recommended that you will use postman. The address for the database is 'http://127.0.0.1:5000/beers'. You can use the postman's methods: 'get','post','patch','delete'. You can also import the beers_commands file which include all kind of requests.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.