This App is a a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts. It uses Ruby on Rails as an MVC framework.
- Ruby On Rails (RoR)
- PostegreSQL
- SASS
To get a local copy up and running follow these simple example steps.
- Ruby 3.1.2 or newer
- Rails 7.0.4 or newer
- Git
- NPM
- PostgreSQL
- Modern web browser
git clone https://github.com/indigodavid/blog_app.git
cd blog_app/
bundle install
npm install
Execute command
rails server
Then browse http://localhost:3000
👤 David Vera
👤 Mauricio Cantillo Moreno
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- My supportive family 😊
- Microverse
- Hat tip to anyone whose code was used
This project is MIT licensed.