A fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
This setup and run procedure assumes you have Ruby, Ruby on rails framework, Rubocop, css stylelint, sql and rspec installed.
- clone the repository
$ git clone https://github.com/Gnwin/blogapp.git
- go to the project directory
$ cd blogapp
- switch to f/forms branch with
git checkout f/api_endpoints
- run
bundle install
- start the server with this command:
rails server
- Ruby
- Ruby on Rails
- Javascript
- clone the repository with this command
$ git clone https://github.com/Gnwin/blogapp.git
- switch to f/test branch with this command
git checkout f/test
- at the root level of the project run the command
rspec spec
- see test results in the terminal
👤 Godwin Nwachukwu
- GitHub: @Gnwin
- Twitter @gmarxr
- LinkedIn: Godwin Nwachukwu
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
This project is MIT licensed.