Skip to content

Latest commit

 

History

History
167 lines (111 loc) · 3.75 KB

README.md

File metadata and controls

167 lines (111 loc) · 3.75 KB

Recipe App

📗 Table of Contents

📖 Recipe App

Recipe App is a Ruby on Rails full-stack web application.

🛠 Built With

Tech Stack

Client
Server
Database

Key Features

  • Data Model

(back to top)

💻 Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

You need the following tools be installed in your computer:

Setup

Clone this repository to your desired folder:

  cd my-prefered-folder

  git clone https://github.com/anderCM/Recipe-app

Install

Install this project with:

  cd Recipe-app

  bundle install

💾 Database

Create the databases and run migrations with:

rails db:create
rails db:migrate

Usage

To run the project, execute the following command:

rails tailwindcss:bundle
  rails server or rails s

Run tests

To run tests, run the following command:

  rspec spec/

(back to top)

👥 Authors

👤 Anderson

👤 Jakaria Jishan

(back to top)

🔭 Future Features

  • CRUD for articles
  • Awesome UI

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project please give it a star 😁🌟✨

(back to top)

🙏 Acknowledgments

Thanks to Microverse for providing us with the right material to aid this project development

(back to top)

📝 License

This project is MIT licensed.

(back to top)