Commit Graph

18 Commits

Author SHA1 Message Date
b331f8eff8 added sourceUrl as property to recipe 2022-07-18 19:00:08 +02:00
d9dcda19df added support for postgres 2022-07-14 01:15:39 +02:00
ac223093fe Converted api classes to be only statically accessible | Renamed SpoonacularController to RecipeSearchController 2022-07-13 16:22:36 +02:00
33fe0e0d79 Program no longer terminates if .env file is not present (need for testing) 2022-07-13 15:42:20 +02:00
5c0de10446 updated paths of SpoonacularController to match the rest 2022-07-13 05:58:48 +02:00
c5014c4a11 Finished restructuring and changed way of querying the API 2022-07-13 04:25:40 +02:00
f7455019c3 [WIP] Reworked the way the spoonaccular api response gets consumed
- Added pojos for jackson
- Filtering unneeded information from spoonaccular response
2022-07-12 17:24:57 +02:00
Bruno
22b84c3565 made endpoints better 2022-06-17 20:08:24 +02:00
Bruno
93943149ac made endpoints better 2022-06-17 20:07:00 +02:00
Bruno
8b472a6d61 changed string to JSON objects/arrrays 2022-06-17 17:50:21 +02:00
Bruno
105aaf6bad debugged, added OneFridge Recipie 2022-06-17 17:15:24 +02:00
Bruno
724e765cd6 basic api functuinality added, still needs debugging 2022-06-17 16:23:04 +02:00
1f8922788c updated api query address 2022-06-17 15:22:50 +02:00
Bruno
5e86c05ca8 basic api functuinality added, still needs debugging 2022-06-17 13:05:00 +02:00
cato
ebfd1b78e5 update api endpoint config and updated related tests (#26) 2022-06-14 19:33:28 +02:00
484f2d52e0 moved file to another package 2022-06-05 19:46:31 +02:00
cato
a1b0e7d838 Items endpoint tests and updates to the item endpoint (#13) (#16)
* Creation of base template (#1)

* Sample template created

* added findByName functionality for item

* Solve Cors errors and inhibit DefaultExposure

* changed project structure

* Added frontend

* changed base path of REST api and updated frontend api quering

* Items enpoint tests and updates to the item endpoint (#13)

* Config setup

* add tests for items

Co-authored-by: Bruno <brunoj.philipp@gmail.com>
2022-06-05 17:35:37 +02:00
cato
f6385b40f6 Proof of concept (#6)
* Sample template created

* added findByName functionality for item

* Solve Cors errors and inhibit DefaultExposure

* changed project structure

* Added frontend

* Creation of base template (#1)

* changed base path of REST api and updated frontend api quering
2022-06-02 19:11:46 +02:00