Using Tender you can match with recipes, not people.
To find those you can like or dislike by swiping meals based on its photos and a small description about it. Once you and your meal have “matched”, its recipe will be visible on your menu area.
- SignUp and SignIn: basic authentication areas;
- RecipeFeed: a place to match with the best recipes on our database;
- Menu: containing all the previously matched recipes;
- Recipe details: an area where all the recipe information is presented to the user.
-
Frontend: https://tender.joaobb.xyz/
-
Backend: https://tender-api.joaobb.xyz/api/v1
As a security measure, user roles were created for the system as described down below:
Permission - Role | Root | Creator | User |
---|---|---|---|
Create recipe | ✔️ | ✔️ | ❌ |
Edit own recipes | ✔️ | ✔️ | ❌ |
Edit all recipes | ✔️ | ❌ | ❌ |
Change user role | ✔️ | ❌ | ❌ |
Every new user is by default a "USER", and it has no recipe creation or edition permissions.
To be able to create and edit recipes, use this test credentials:
[email protected] | |
---|---|
Password | tender@123 |