- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
My-Recipe Application is a Single page application created with Ruby on Rails framework. In this project, the webapp renders the list of the existing blog posts and will be able to interact with the posts by liking posts and adding comments.
Server
Database
- Uses the RoR framework following MVC architecture
- Create new posts and render the posts from a user.
- Interact with the existing post of a user by liking the posts, and adding comments.
To get a local copy up and running, follow these steps.
In order to run this project you need:
Clone this repository to your desired folder:
cd my-folder
git clone git@github.com:https://github.com/the-faizmohammad/Food_reciepes
Install the dependencies:
- gem install
- npm install
Create database:
- bin/rails db:create
To run the server:
rails server
Open http://localhost:3000 to view it in your browser.
To run tests, run the following command:
rspec spec/
👤 Chimwemwe Mkandawire
- GitHub: @chimwemwe-mkandawire
- LinkedIn: @chimwemwe-mkandawire
- Twitter: @chxmz
- Implement CRUD
- Improve the UI of the blog app
- Deploy the application
Contributions, issues, and feature requests are welcome! Feel free to check the GitHub page.
If you like this project Add a star to the repository!
I would like to thank Microverse for providing the required lessons and tutorials for successfully completing the project.
This project is MIT licensed.