gracekabaghe / rails-simple-site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Rails Site - Blog App

The Blog app is classic example of a blog website. it will show the list of posts and empower readers to interact with them by adding comments and liking posts.

Built With

  • Ruby
  • git
  • Rails
  • postgresql

Getting Started

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

  • Open terminal
  • Clone this project by the command:
$ git clone git@github.com:gracekabaghe/rails-simple-site.git
  • Then go to the main folder using the next command:
$ cd rails-simple-site.
rails db:create
rails db: migrate
rails s

Testing

rspec

Authors

👤 Grace Kabaghe

🤝 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

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

📝 License

This project is MIT licensed.

About


Languages

Language:Ruby 67.3%Language:HTML 27.4%Language:SCSS 2.1%Language:CSS 1.9%Language:JavaScript 1.2%