Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nelcifranmagalhaes/eat_then_diet
A System web for control of diets!
https://github.com/nelcifranmagalhaes/eat_then_diet
diet materialize rails rspec webapp
Last synced: about 7 hours ago
JSON representation
A System web for control of diets!
- Host: GitHub
- URL: https://github.com/nelcifranmagalhaes/eat_then_diet
- Owner: NelcifranMagalhaes
- Created: 2018-02-26T13:23:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T11:16:12.000Z (about 2 years ago)
- Last Synced: 2024-12-03T15:15:51.942Z (about 2 months ago)
- Topics: diet, materialize, rails, rspec, webapp
- Language: CSS
- Size: 1.25 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eat Then Diet
> Control of diet.A simple web app that control and monitoring a diet of user.
![](goku_eating.png)
## Installation
Windows & Linux:
```sh
git clone or download the project
```## Usage example
This APP can be used to monitor a user's diet. Each user can add n diets, and in each of these diets can be added what you eated during the period that was valid.
During the period of the diet can be added their measured weight each day until the end of it, These weights generate a graph that can be seen visualizing the diet.## Development setup
In development there are some diets ,weights,user and diets fields added
```sh
bundle install
rails db:create
rails db:migrate
rails db:seed
rails s
```Remember to delete the database every time before running the seed.
## Future Implementations
* A form for add new types of meal
* A Pagination in index of all pages
* A user admin and rules for all users
* A better layoult.## Meta
Nelcifran Magalhaes – [@Linkedin](https://www.linkedin.com/in/nelcifranpires/
) – [email protected]## Contributing
1. Fork it ()