rails-blog-Project is a program developed to show the list of posts and empower readers to interact with them by adding comments and liking posts. It implements the functionality of Classes.
- Setting up devise
- Set up Ruby linters
- Ruby best practices and language style guides in code
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Visual Studio Code.
- Ruby
- Git bash.
- GitHub Account.
Install Ruby Go to github and find the repository Rails Blog-project Click on code and copy then go to your gitbash cli on your computer Clone this repository to your desired folder
git clone https://github.com/Jeddaa/rails-blog.git
To run the project, execute the following in a terminal.
cd my-project
gem install- create database and run migrations
bin/rails db:setup- start server
bin/rails serverTo run test, run the following command in the terminal
rspec👤 Fatihah Oduwole
- Implement the ui
- Modify the login process
- Implement the authentication
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give it a star ⭐️ on github
I would like to thank Microverse for this project
This project is MITlicensed.