Skip to content

Kalunge/Blog-app

Repository files navigation

Blog.io

site to track posts and users built using the Ruby on Rails framework

Screenshot from 2021-12-09 12-53-21

Screenshot from 2021-12-08 19-15-56

Built With

  • Ruby on Rails
  • PostgreSQL

Getting Started

To get a local copy up and running follow these simple example steps.

Setup

  • Make sure you have Ruby on Rails set up properly on your computer

  • Clone or download this repo on your machine

    git clone git@github.com:Kalunge/Blog-app.git

  • cd into project directory

    cd Blog-app

Development Database

# Create user
sudo -u postgres createuser blog -s
# To recreate database for view testing
rake db:reset

Install

bundle install

Run

rails s

Test

rspec/spec

Author

👤 Titus Muthomi

🤝 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!

Acknowledgments

  • Microverse

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published