Personal cookbook
Explore the docs »
Report Bug
·
Request Feature
- Table of Contents
- About The Project
- Getting Started
- Usage
- Roadmap
- Contributing
- License
- Acknowledgements
COOK is a single-user application for managing personal cooking recipes.
Based on modern web technologies and frameworks, COOK is built using:
To get a local copy up and running follow these simple steps.
- For starting COOK, switch to the server directory and use the command below:
./mvnw spring-boot:run
- To run all unit tests, issue the following command:
./mvnw test
For more examples, please refer to the Documentation.
See the GitHub Project for a list of features which are currently in development.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the project
- Create your feature branch:
git checkout -b feature/COOK_<issue_ID>
- Commit your changes:
git commit -m 'COOK-<issue_id> <short_description> <list_of_author_initials>' # Example (author: John Doe): git commit -m 'COOK-003C Implement certain functionality [DJ]'
- Push to the feature branch:
git push origin feature/COOK_<issue_ID>
- Open a pull request
Distributed under the MIT License. See LICENSE
for more information.
- README template