Sequence Diagrams for Authentication
https://github.com/danielbrathwaite/ChefConnect/blob/main/uml_diagram.md
:+1::tada: For starters, thank you for contributing! :tada::+1:
This section details the rules / guidelines for making contributions to ChefConnect, hosted at the ChefConnect Repo on GitHub. Please keep in mind, these are just guidelines, when in doubt defer to your best judgement or reach out to our team.
Manasa Srikanth, Joshua Cheruvelil, Sean Phun, Eyasu Betwos, Daniel Brathwaite
Currently no IDE plugins are necessary to host ChefConnect locally. There are, however some useful tools that can streamline your development process. For example, setting up VSCode with Prettier will help you automatically format your code correctly. Past that, you can check out the NPM dependencies you'll need by checking the top and sub-level package.json files in the ChefConnect repo.
To run cypress tests in browser, do:
npm run cy:open
To run cypress tests without UI, do:
npm run cy:run
This project and everyone participating in it is expected to operate with positive intentions. Our mission is to bring together people with a love of the culinary arts and people who enjoy a good meal. Any malicious and / or unsafe coding practices are strictly prohibited. Violation of this principle will result in a complete and immediate ban from all ChefConnect affiliations.
All JavaScript code is linted with Prettier.