NutriPlanner is an application designed for nutritionists to manage meal plans. With NutriPlanner, nutritionists can register clients and create dietary menus. Future functionalities will be added as the project evolves.
NutriPlanner - Meal Planning Manager for Nutritionists
NutriPlanner is a tool developed to assist nutritionists in managing and customising dietary menus for their clients. The system allows for client registration and the creation of dietary plans, providing a practical and efficient solution for nutritional planning.
- Client registration.
- Creation and management of dietary menus.
- Additional functionalities will be incorporated in future updates.
- Development: .NET 6
To run NutriPlanner locally, follow these steps:
-
Clone the repository:
git clone https://github.com/username/NutriPlanner.git
-
Navigate to the project directory:
cd NutriPlanner -
Install dependencies:
Ensure you have the SDK .NET 6 installed.
dotnet restore
-
Build the project:
dotnet build
-
Run the application:
dotnet run
- Open the application in your local web browser.
- Log in or register a new user.
- [to develop] Navigate to the client registration section to add new clients.
- [to develop] Create and manage dietary menus using the available options in the interface.
If you wish to contribute to NutriPlanner, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Make your changes and test them.
- Submit a pull request to the main branch of the repository.
This project is licensed under the MIT License. Please see the LICENSE file for more details.
If you have any questions or need further assistance, please get in touch:
- Email: support@nutriplanner.com
- GitHub Issues: github.com/username/NutriPlanner/issues