app.py is a rest api example built on beers with many filtering options for printing and edit the information.
To run this project please type from your terminal pip install -r requirements.txt.
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.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.