This is a recipe app that uses Ruby on Rails.
- Ruby on Rails
To get a local copy up and running follow these simple example steps.
- Clone the repository
- Run the
bundle install
command - Run
rails s
to start the server - Visit http://localhost:3000/ in your browser to see the blog posts
- You need to have Ruby installed on your machine.
-
First, you will need to clone this repository into your local machine.
-
Second, you need to create the database for this app. In order to do this, you can do
rails db:create
, then dorails db:migrate
.
- To run the test all you need to do is do
cd
to the correct folder and runrspec
, or you can dorspec spec/
to run all the tests.
👤 Isai Cespedes
- GitHub: @Lordkaito_
- LinkedIn: LinkedIn
👤 Leonardo Paz
- Github: Leonardo Paz
- Linkedin: Leonardo Paz
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.