Develop knowledge on Ruby and RoR by creating a blog application where you can login, add blogs, comment and like.
This project is made as part of Microverse program.
- RUBY
- RAILS
- GEM
- TERMINAL
Start by cloning the repository.
git clone [email protected]:guerreiropedr0/blog-app.git
Navigate to the created folder.
cd blog-app
Current Ruby Version for this project
ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) [x86_64-linux]
Install all the dependencies.
bundle install
Create and migrate the database
rails db:create
rails db:migrate
To run the test suits
rspec test
To run the server
rails s
Link to localhost
👤 Pedro Guerreiro
- GitHub: @guerreiropedr0
- Twitter: @guerreiropedr0
- LinkedIn: Pedro Guerreiro
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.