a meal-tracker app, but just for me.
Mealp helps you keep track of the places you wanted to checkout, checked out, and the places you're not interested in. You can write summaries of those places and upload photos.
- Ruby on Rails
- ActiveRecord
The user can make an account, write posts, delete and edit posts.
-
Clone the repo.
-
From your terminal, navigate to the mealp folder.
-
From your terminal, type:
- bundle install
- rake db:migrate
- rails s
-
From your web browswer:
- navigate to your localhost server
- in localhost type /users/new to create an account
- you must make a new post BEFORE navigating the site
-
Enjoy :)
Kailana Kahawaii
Contributions are welcome. Submit a pull request!
Nouran Mahmoud's Tutorial Tagging from Scratch in Rails
https://drive.google.com/file/d/1b2H4lXn5EnoWRdZMwCN7_SfLXGXP5zEe/view?usp=sharing
https://docs.google.com/presentation/d/1MS6uzp2V9660-_37P2sD2m0ZwfPRZJIMBonHoMyEJmA/edit?usp=sharing
This project is licensed under the GNU GPL (https://www.gnu.org/licenses/gpl-3.0.en.html)
Copyright (C) <20202> <Kailana Kahawaii>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.