Skip to content

Commit

Permalink
Add readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
Uthmanbello committed May 25, 2023
1 parent 43ad944 commit f5985b7
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 14 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 ANAS ALSAMMARRAIE
Copyright (c) 2023 ANAS ALSAMMARRAIE, Uthman Igein Bello-Imoukhuede

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
124 changes: 111 additions & 13 deletions README.md
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>

0 comments on commit f5985b7

Please sign in to comment.