/blog_app

Blog_app, is a regularly updated web page, through which users can add, update, delete an article. Also, users can leave comments on any articles after reading. this project was created for learning purposes and it should be updated.

Primary LanguageRuby

Blog_app

About The Project

This project is about a Blog, which is a regularly updated web page, through which users can add, update, delete an article. Also, users can leave comments on any articles after reading. this project was created for learning purposes and it should be updated.

Built With

forthebadge rails

Contributing

Contributions make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

Prequisites

Ruby & Rails installed on your local machine. bundle installed on your machine Terminal or similar to execute the program.

Getting Started

  • To get a local copy up and running follow these simple example steps.
  • Clone this repository with git clone https://github.com/uwadonat/blog-app2.git using your terminal or command line.
  • Change to the project directory by entering: cd blog in the terminal.

How to use the Blog app

  1. run the command bundle install This will install the required dependencies
  2. run the command rails db:create. This will initialize the necessary migration files
  3. run the command rails db:migrate
  4. run the command rails server
  5. open a browser window and navigate to http://localhost:3000
  6. Start navigating the blog and don't forget to leave your comment.

Authors

👤 Donat UWAMAHORO

Acknowledgements

📝 License

This project is MIT licensed.