Skip to content

mateo951/blogapp-rails

Repository files navigation

Blogapp

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

Built With

  • Ruby on Rails
  • PostgreSQL

Set Up

To run the project locally follow these steps:

  • Make sure you have both Ruby & Rails installed in your machine (else install Rails just with this simple command gem install rails)

  • Clone repo from Github:

$ git clone git@github.com:mateo951/blogapp-rails.git
  • Navigate to app directory:
$ cd blogapp
  • Install dependencies:
$ bundle
  • Create database:
$ rails db:create
  • Create migration files:
$ rails db:migrate
  • Create testing data:
$ rails db:seed
  • Run server:
$ rails s

Authors

👤 Mateo Villagómez
GitHub: @mateo951
Twitter: @MVGameDev
LinkedIn: @Mateo Villagómez

👤 Alejandro Ramos

🤝 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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published