This is project is about a blog websites, where user can create an account, post, like a post and comment on a post.
- Ruby
- Ruby on Rails 7 (RoR)
- Linter: Rubocop
To get a local copy up and running follow these simple steps:
- visit
https://github.com/Pazzo97/my-blog.git
- Clone the repo or download it as zip file
- Make sure you already installed Ruby version 3 or higher, Rails version 6 or higher and Git.
Clone the repository run the below commands.
git clone https://github.com/Pazzo97/my-blog.git
- cd
my-blog
- run
rails s
to start the website server
- Run
gem install mailcatcher
in your terminal - Run
mailcatcher
in your terminal to start the mailcatcher server - All incoming mails and displaying them on http://localhost:1080/
- Run
http://localhost:1080/
in your browser tab - Check you email confirmation
- Click confirm.
- gem install spec
- then run 'rspec' in your terminal
Kindly modify the files as needed.
👤 Patrick MUKUNZI
- GitHub: @Pazzo97
- Twitter: @mukunzipat
- LinkedIn: Patrick MUKUNZI
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.