About | Features | Technologies | Requirements | Starting | References | License | Author
The Client Management System for Nutritionists is created at the PSW 4.0 event, and uses python and django technologies.
- Nutrition patient client management;
- User registration
- User authentication
- Sending email with HTML template
- Account activation and confirmation by Email
- Patient registration
- List of patients
- Patient data
- Food plan chart;
- Graphs for visualization
- Security practices
- fat index calculation;
The following tools were used in this project:
Before starting 🏁, you need to have Python and virtual environment installed.
# Clone this project
$ git clone https://github.com/jocile/nutrilab
# Access
$ cd nutrilab/backend
# Create a python virtual environment
$ python3 manage.py -m venv venv
# In Linux terminal run the project virtual environment
$ source venv/bin/activate
# In Windows prompt run the project virtual environment
$ venv\Scripts\Activate.bat
🔗 See the wiki documentation
🔗 PSW 4 event page
This project is under license from MIT. For more details, see the LICENSE file.
Made with ❤️ by Jocile