Rémi REGNAULT
|
3e0f027562
|
feat: filter respected by ingredient or by recipe can be obtained by asking API
|
1 year ago |
Rémi REGNAULT
|
ea4769063d
|
feat: add IngredientsClassesController
|
1 year ago |
Rémi REGNAULT
|
948045dced
|
feat: add IngredientsClassesGateway
|
1 year ago |
Rémi REGNAULT
|
3e2a04c1ef
|
feat: add enum for IngredientsClasses
|
1 year ago |
Rémi REGNAULT
|
ab9c584cdb
|
npm run start is now working
|
1 year ago |
Rémi REGNAULT
|
f8f6ee3745
|
trying to have "npm run build" and "npm run start" working
|
1 year ago |
Rémi REGNAULT
|
e8c5c56541
|
fix: change message when starting the app
|
1 year ago |
Rémi REGNAULT
|
ae387ff6e8
|
fix: remove useless imports
|
1 year ago |
Rémi REGNAULT
|
74c60cc156
|
test: add tests for steps controller
|
1 year ago |
Rémi REGNAULT
|
c183b18074
|
tests: add test for recipes controller
|
1 year ago |
Rémi REGNAULT
|
e3e444acda
|
tests: add more test on IngredientsController
|
1 year ago |
Rémi REGNAULT
|
c5866443c0
|
tests: add tests for IngredientsController for route ingredients/ and ingredients/:id
|
1 year ago |
Rémi REGNAULT
|
01c8cce238
|
Merge branch 'master' into WORK-RRE
|
1 year ago |
Rémi REGNAULT
|
cc96e541b2
|
feat: add route to get rating list
|
1 year ago |
Rémi REGNAULT
|
c67ea5fac5
|
feat: add route to get comments_dictionary
|
1 year ago |
Rayhân HASSOU
|
f28ea8bd0a
|
some upgrade
|
1 year ago |
Rayhân HASSOU
|
c1caef080b
|
change
|
1 year ago |
Rayhân HASSOU
|
ab59eef2d5
|
upgrade filter function
|
1 year ago |
Rayhân HASSOU
|
f20a742667
|
modify filter route
|
1 year ago |
Rémi REGNAULT
|
3254de4433
|
fix: working on code smells
|
1 year ago |
Rémi REGNAULT
|
8c399384c3
|
feat: add route multiples ingredients to find a recipe
|
1 year ago |
Rémi REGNAULT
|
cd19a51619
|
resolving bugs and security mentionned by sonar
|
1 year ago |
Rémi REGNAULT
|
f678b21a56
|
merge with master
|
1 year ago |
Rayhân HASSOU
|
f9adc7d012
|
fix some bugs
|
1 year ago |
Rayhân HASSOU
|
1c0d9f2f43
|
Merge branch 'WORK-RHA'
|
1 year ago |
Rayhân HASSOU
|
8d8e205f94
|
add some changes
|
1 year ago |
Rémi REGNAULT
|
2808d3fac9
|
feat: close server when running tests
|
1 year ago |
Rémi REGNAULT
|
e05f55a934
|
feat: add tests
|
1 year ago |
Rémi REGNAULT
|
d84748f08e
|
fix: the app was crashing when multiple connection where required. I replaced pg.Client by pg.Pool, it should enhanced the usability and durability
|
1 year ago |
Rémi REGNAULT
|
78973cfcc9
|
working on code smells
|
1 year ago |
Rémi REGNAULT
|
d5e4259bb1
|
working on code smells
|
1 year ago |
Rémi REGNAULT
|
53b6798e48
|
working on code smells
|
1 year ago |
Rémi REGNAULT
|
b4b6338ad5
|
remove useless import
|
1 year ago |
Rémi REGNAULT
|
ababfc7a33
|
feat: class connection will use from now the env variable
|
1 year ago |
Rayhân HASSOU
|
32c249e7b8
|
route for recipes are completed
|
1 year ago |
Rayhân HASSOU
|
7d042d5a17
|
now the routes for recipes also returns the steps
|
1 year ago |
Rayhân HASSOU
|
f294250be6
|
add gateway recipes
|
1 year ago |
Rémi REGNAULT
|
acff49b692
|
feat: divide old ingredients controller into new ingredient controller and ingredient gateway
|
1 year ago |
Rémi REGNAULT
|
df10669f3e
|
update: ingredients controller send an array of ingredient instead of pure json
|
1 year ago |
Rémi REGNAULT
|
337fd3ce96
|
feat: searching for one ingredient in local db is working, searching for all ingredient in local db is working
|
1 year ago |
Rémi REGNAULT
|
5885504c18
|
feat: add connection to database (not working yet. Due to database parameters ?)
|
1 year ago |
Rémi REGNAULT
|
0597c20504
|
feat : add exceptions, classes for manipulated object, routes for all ingredients and all recipes, route for one ingredient
|
1 year ago |
Rémi REGNAULT
|
5cbf3b03b5
|
feat: A good start for the API
|
1 year ago |