DammyShittu / Blog-App

A fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts. Currently being worked on

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog App

A fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts. Currently being worked on.

Screenshots

Home Page

User Profile Page

User Posts

Single Post

Getting Started

  • Make sure you have Ruby and Postgresql installed on your system.

  • Install rails by running gem install rails

  • Clone this repository by running git clone https://github.com/DammyShittu/Blog-App.git in your command line.

  • Navigate to the repository by running cd Blog-App.

  • Run yarn install to install all dependencies

  • Run rails db:create, and rails db:migrate to create database.

  • Run rails db:seed to populate the database with the data in the seed file.

  • Run rails s and go to http:localhost:3000 to view the app.

Built With

  • Ruby On Rails
  • Rspec Rails

Version Control System

  • Git

Author

👤 Adedamola Shittu

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

License

This project is MIT licensed.

About

A fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts. Currently being worked on

License:MIT License


Languages

Language:Ruby 74.2%Language:HTML 16.1%Language:SCSS 3.3%Language:JavaScript 3.1%Language:Batchfile 2.5%Language:CSS 0.8%