- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
RECIPE APP is a full-stack application that can allow users to create accounts, login, add their different types of food and recipes, and to generate a shopping list for every recipe they have. The user can also have access to a 'public recipes' page without the need for logging in.
Editor
Server
Database
- The Blog allows to create users
- The users created need to authenticate to publish posts
- The users can make leave comments and likes for the posts
- Coming soon when the project is finished
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Basic knowledge of the command line.
- Ruby on Rails installed, you can follow this link.
- Postgresql Database, you can follow this link, choose your system & follow the provided instructions.
Clone this repository to your desired folder:
cd my-folder
git clone git@github.com:Peter1907/recipe-app.gitInstall this project with:
cd recipe-app
bundle installInstall tailwindcss gem to work properly:
rails tailwindscss:installTo run the project, execute the following command:
- To run the project in your browser, run:
rails serverOr for short:
rails s- if you want to modify styles & let tailwind compile on save run:
rails tailwindcss:watch- You would have the necessary gems added to the Gemfile
- Open the terminal in the repo folder on your machine & run
bundle installif you haven't already done so by this point - In the terminal you have the option to run the tests for:
- An entire folder, using the
rspec speccommand. - A sub-folder, using the
rspec spec/modelsfor example. - A single file, using the
rspec spec/requests/post_spec.rbfor example.
- An entire folder, using the
👤 Hans Zizold
- GitHub:@githubhandle
- Twitter:@twitterhandle
- LinkedIn:LinkedIn
👤 Peter Beshara
- GitHub: @Peter1907
- Twitter: @Peter_Beshara_
- LinkedIn: LinkedIn
- Deployment using Heroku
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- My loving family 😊
- My partners from Microverse
- Inspiration, Dedication
This project is MIT licensed.



