-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
43ad944
commit f5985b7
Showing
2 changed files
with
112 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,122 @@ | ||
# README | ||
<a name="readme-top"></a> | ||
|
||
This README would normally document whatever steps are necessary to get the | ||
application up and running. | ||
# 📗 Table of Contents | ||
|
||
Things you may want to cover: | ||
- [📖 About the Project](#about-project) | ||
- [🛠 Built With](#built-with) | ||
- [Tech Stack](#tech-stack) | ||
- [Key Features](#key-features) | ||
- [💻 Getting Started](#getting-started) | ||
- [Setup](#setup) | ||
- [Prerequisites](#prerequisites) | ||
- [Install](#install) | ||
- [👥 Authors](#authors) | ||
- [🔭 Future Features](#future-features) | ||
- [🤝 Contributing](#contributing) | ||
- [⭐️ Show your support](#support) | ||
- [🙏 Acknowledgements](#acknowledgements) | ||
- [📝 License](#license) | ||
|
||
* Ruby version | ||
# 📖 [RECIPE APP] <a name="about-project"></a> | ||
|
||
* System dependencies | ||
**[Recipe App]** is a robust and user-friendly recipe application built using Ruby on Rails, leveraging the power of Bootstrap, Devise, and Capybara gems. Seamlessly create, discover, and share recipes with it. It offers a delightful cooking experience with its intuitive interface and extensive features. | ||
|
||
* Configuration | ||
## 🛠 Built With <a name="built-with"></a> | ||
|
||
* Database creation | ||
### Tech Stack <a name="tech-stack"></a> | ||
|
||
* Database initialization | ||
<details> | ||
<summary>Recipe App built with Ruby on Rails</summary> | ||
<ul> | ||
<li><a href="https://www.ruby-lang.org/en/">PostgreSQL</a></li> | ||
</ul> | ||
</details> | ||
|
||
* How to run the test suite | ||
### Key Features <a name="key-features"></a> | ||
|
||
* Services (job queues, cache servers, search engines, etc.) | ||
- **Built with Ruby on Rails** | ||
- **Connected to Postgresql** | ||
|
||
* Deployment instructions | ||
<p align="right">(<a href="#readme-top">back to top</a>)</p> | ||
|
||
* ... | ||
## 💻 Getting Started <a name="getting-started"></a> | ||
|
||
To get a local copy up and running, follow these steps. | ||
|
||
### Prerequisites | ||
|
||
In order to run this project you need: | ||
|
||
- to install Ruby | ||
- to install rails | ||
|
||
### Setup | ||
|
||
Clone this repository to your desired folder: | ||
|
||
- `git clone https://github.com/anas599/Recipe-app` | ||
- `cd Recipe-app` | ||
- `code .` <!-- If you are using VS Code --> | ||
|
||
Open your terminal: | ||
|
||
Run: | ||
`bundle install` | ||
`rails s` | ||
|
||
After the server starts running, go to your browser and visit the following link: | ||
|
||
`http://localhost:3000/` | ||
|
||
<p align="right">(<a href="#readme-top">back to top</a>)</p> | ||
|
||
## 👥 Authors <a name="authors"></a> | ||
|
||
👤 **ANAS ALSAMMARRAIE** | ||
|
||
- GitHub: [@anas599](https://github.com/anas599) | ||
- Twitter: [@anas599](https://twitter.com/anas599) | ||
- LinkedIn: [anas1993](https://linkedin.com/in/anas1993) | ||
|
||
👤 **Uthman Igein Bello-Imoukhuede** | ||
|
||
- GitHub: [Uthmanbello](https://github.com/Uthmanbello) | ||
- Twitter: [@UthmanDeRoyale](https://twitter.com/UthmanDeRoyale) | ||
- LinkedIn: [Uthman Igein Bello-Imoukhuede](https://www.linkedin.com/in/uthmanbelloimoukhuede) | ||
|
||
<p align="right">(<a href="#readme-top">back to top</a>)</p> | ||
|
||
## 🔭 Future Features <a name="future-features"></a> | ||
|
||
- [Add more UI] | ||
- [Include more styling] | ||
|
||
<p align="right">(<a href="#readme-top">back to top</a>)</p> | ||
|
||
## 🤝 Contributing <a name="contributing"></a> | ||
|
||
Contributions, issues, and feature requests are welcome! | ||
|
||
Feel free to check the [issues page](https://github.com/anas599/Recipe-app/issues). | ||
|
||
<p align="right">(<a href="#readme-top">back to top</a>)</p> | ||
|
||
## ⭐️ Show your support <a name="support"></a> | ||
|
||
If you like this project please show us support by giving it a star. | ||
|
||
<p align="right">(<a href="#readme-top">back to top</a>)</p> | ||
|
||
## 🙏 Acknowledgments <a name="acknowledgements"></a> | ||
|
||
We would like to thank our colleagues at Microverse for their support during the project. | ||
|
||
<p align="right">(<a href="#readme-top">back to top</a>)</p> | ||
|
||
<p align="right">(<a href="#readme-top">back to top</a>)</p> | ||
|
||
## 📝 License <a name="license"></a> | ||
|
||
This project is [MIT](https://github.com/anas599/Recipe-app/blob/dev/LICENSE) licensed. | ||
|
||
<p align="right">(<a href="#readme-top">back to top</a>)</p> |