Skip to content

Latest commit

 

History

History
84 lines (52 loc) · 1.29 KB

README.md

File metadata and controls

84 lines (52 loc) · 1.29 KB

Blog App

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.

Built With

  • RUBY
  • RAILS
  • GEM
  • TERMINAL

Getting Started

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

Authors

👤 Pedro Guerreiro

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.