The Blog app will be a classic example of a blog website. You will create a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
Server
Database
- Create a Post
- Add a Comment to a Post
- Like a Post
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Ruby should be installed.
- You need a Terminal.
Then run the command example bellow to install rails.-
gem install rails
Clone this repository to your desired folder:
Example commands:
cd my-folder
git clone git@github.com:NurkaAmre/ROR-Recipe-App.git
Install this project with:
Example command:
cd rails-blog-app/
bundle install
To run the project, execute the following command:
Example command:
rails server
To run tests, run the following command:
Example command:
gem install rails rspec
rails spec spec/models/
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- GitHub: @githubolivier
- Twitter: @twitterolivier
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Write a message to encourage readers to support your project
If you like this project, kindly give it a star ⭐️
This project is MIT licensed.