This is a Rails initial project.
This project is meant to be a full blog app and it's goal is to teach students about how the whole structure of Ruby on Rails work.
This is an example of how you may give instructions on setting up your project locally. Modify this file to match your project, remove sections that don't apply. For example: delete the testing section if the currect project doesn't require testing.
To get a local copy up and running follow these simple example steps.
- Ruby On Rails
- Rubocop
- Gemfile
To get a local copy up and running follow these simple example steps.
-
Read about RoR before start.
-
Go to the directory in your computer that you want to copy this project
-
Use the following code to copy the project files:
git clone https://github.com/tiagorahal/blog-app.git
-
CD into the cloned directory
-
Run
bundle install
-
Run
rails s
- To run the tests simply run
bundle exec rspec
👨💻 Tiago Rahal Aires
- GitHub: @tiagorahal
- Twitter: @RahalAires
- LinkedIn: Tiago Rahal Aires
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.