Cook Master is a social media website that allows you to share your recipes and meals with the cook master community. You can make an account to add your own recipes, rate other recipes, add pictures of recipes you've made, and comment/like on other recipes. You can input ingredients available to you and it will provide Youtube videos for you to make meals with what is available.
Vedansh Parvathaneni (Back-End)
John Dinh (Back-End)
Devan Ravani (Front-End)
Edwin A. Salcedo (Front-End)
This project was generated with Angular CLI version 15.1.4.
Connect to this github anyway you like. Make sure to install all dependencies using npm install.
Run ng serve for a dev server. Navigate to http://localhost:4200/ using your web browser of choice (preferably Chrome). The application will automatically reload if you change/save any of the source files.
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Or likewise just do ng serve in the vscode commandline and go to http://localhost:4200/.
Run npm run cypress:open to execute the component tests via cypress. Cypress should have been installed from the dependencies.
Once cypress opens up you can choose which web browser to test in and if you want to run component tests or end to end tests
Run npm run cypress:open to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities such as cypress and this should happen via the npm install command.
To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.
For more help on cypress go to Cypress Getting Started page.