Blog App
Blog website that shows a list of posts and empower readers to interact with them by adding comments and liking posts. This project is part of Microverse's 2.0 curriculum, following the guidelines of 🔗 for best practices.
- 🤍Ruby
- 🤍Ruby on Rails
- 🤍PostgreSQL
To get a local copy up and running follow these simple example steps.
- Make sure you have Ruby on Rails set up properly on your computer
- Clone or download this repo on your machine
- Enter project directory
bundle install
# Create user
sudo -u postgres createuser blog -s
# Create the database
rake db:create
# Load the schema
rails db:schema:load
# Seed
rails db:seed
## Apply migration (only if you generate a new migration file)
rails db:migrate
rails s
rspec
RAILS_ENV=test rake db:reset
👤 Sheyla Pozo 🤍
- Github:sheylaPozo
- Twitter: @sheyPozo
- Linkedin: Sheyla Pozo
Contributions, issues, and feature requests are welcome! 🤍
Feel free to check the issues page.
Give a ⭐️
if you like this project!
Hat tip to anyone whose code was used:
- Microverse's guidelines
- Inspiration
This project is MIT licensed.