The project simulates a situation where we are full-stack developers who receive a requirements characterization document - PRD and are required to produce a recipe website
Presentation.mp4
Name: Shay Giladi
Name: Oran Becker
Install our project with npm
npm install <projectName>
set NODE_OPTIONS=--openssl-legacy-provider
npm install [email protected] --save-dev
npm run build
npm run serve
This is a Backend of Grandma's recipes and others based on the OpenAPI 3.0 specification.
https://app.swaggerhub.com/apis-docs/ORANB000/RecipesWebAPI/1.0.0
The currently supported resources are:
* Preview details view
* Registration page Registration
* login login page
* Main recipe page
* Recipe search page
* Modal recipe creation
* My favorites page
* My recipes page
* My family recipes page
* Bonus - recipe preparation page (Maybe???)
* Bonus - meal planning page (Maybe???)