This Blog app will be a classic example of a fully functional blog website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
To get a local copy of the project, follow these steps:
- Open the terminal and navigate to the folder where you would like to put these files.
- Type the following commands into the terminal:
git clone https://github.com/Alexr16/Blog-App
cd Blog-App
- check the ruby version being used and install it if it is not the same with that of the local machine
- set up database direct them to the config/database.yml file
run 'bundle install'
run 'npm install' or 'yarn install'
run 'rails db:create'
run rails 'db:migrate'
run rails 'db:seed' if there is data in the seed
run 'rails s' to start the server locally
👤 Jorge Rios
- GitHub: @Alexr16
- Twitter: @ReveloJ
- LinkedIn: Jorge Ríos
👤 Chris Clothier
- GitHub: @CRClothier
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Thanks to my peers who are always there to offer support.
This project is MIT licensed.