Skip to content

cliftondavies/Blogger

Repository files navigation

MIT license PRs Welcome Open Source Love png1 Tweeting

Blogger

A simple starter blog template which may be customised further.

screenshot

Live Demo

Live Demo Link

Functionality

  • Create Article
  • Tag Article
  • Upload Image for Article
  • Edit Article
  • Delete Article
  • View Articles by Tags

🧰 Tools & Technologies Used

  • Ruby v2.6.5
  • Ruby on Rails v5.2.4.3

🚀 Getting Started

Prerequisites

  • Ruby
  • Ruby on Rails
  • PostgreSQL

Configuration

  1. Install Ruby
  2. Install Ruby on Rails
gem install rails -v 5.2.3
  1. Install PostgreSQL
  2. Clone repo into your local environment using your favourite terminal:
git clone [this-repo-url].git
  1. Open project directory
cd directory-name
  1. Bulk install dependencies
bundle install
  1. Set up database
rake db:create:all
rake db:migrate
  1. Run App Locally
rails server

Then go to http://localhost:3000 in your browser 9. Deploy to a platform of your choice. Example Deployment to Heroku

heroku create
git push heroku master
heroku run rake db:migrate
  1. Congrats if you've made it this far in one piece! It's now time to visit your blog
heroku open

Author

👤 Clifton Davies

🤝 Contributing

Contributions, issues and feature requests are welcome!

  1. Fork it
  2. Create feature branch git checkout -b feature/fooBar
  3. Commit changes git commit -am 'Add some fooBar'
  4. Push to the branch git push origin feature/fooBar
  5. Create new Pull Request

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • T
  • The Beagles
  • Jump Start Lab

📝 Copyright & License

Copyright (c) 2020 Clifton Davies. This project is licensed under MIT. See LICENSE file for details.