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.
Contributions make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
Ruby & Rails installed on your local machine. bundle installed on your machine Terminal or similar to execute the program.
- 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.
- run the command
bundle install
This will install the required dependencies - run the command
rails db:create
. This will initialize the necessary migration files - run the command
rails db:migrate
- run the command
rails server
- open a browser window and navigate to http://localhost:3000
- Start navigating the blog and don't forget to leave your comment.
👤 Donat UWAMAHORO
This project is MIT licensed.