This is an app for tracking your daily eaten meal calories and nutrients. Users can get email with report of eaten calories, nutrients and its percentage up/down compared to previous day. Users can also create a daily diet(meal plan for each day) and see how many calories and nutrients it will consume. They can view all eaten meals, calories and nutrients on daily basis/monthly basis, as well as ask to build report for some period of time. Users can also enable/disable ability to get daily/weekly/monthly reports or custom date reports
The setups steps expect following tools installed on the system.
Follow these easy steps to install and start the app:
git clone https://github.com/danyamanko8/DiEt_M.git
bundle
Run the following commands to create and setup the database.
rails db:create db:migrate db:seed
You can start the rails server using the command given below.
rails s
And now you can visit the site with the URL http://localhost:3000