Skip to content

anthonymr/anthony-blog

Repository files navigation

📗 Table of Contents

📖 Anthony's blog

Anthony Martin's personal blog. Built with Rails.

🛠 Built With

Tech Stack

Key Features

  • Create posts.
  • List all the posts.
  • Add comments and likes to a post.
  • See all comments and likes in a post.

(back to top)

💻 Getting Started

Prerequisites

To run this project you need the following dependencies:

  • Ruby: 3.1.3+
  • Rails: 7.0.4.3+
  • PostgreSQL: 15.2+

Setup

  • Clone this repository to your local machine:
  git clone git@github.com:anthonymr/anthony-blog.git
  cd anthony-blog
  • Install dependencies:
  bundle install
  • Create environment variables POSTGRESQL_USER and POSTGRESQL_PASSWORD or edit config/database.yml with your database connection info.

  • Recreate Data Base:

  rake db:schema:load

Usage

To run the project, execute the following command in the terminal:

  cd anthony-blog
  rails s  

👥 Author

👤 Anthony Martin

(back to top)

🔭 Future Features

  • Add validations to the model.
  • Create controllers.
  • Create a web interface.

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

🙏 Acknowledgments

I would like to thank the Microverse community for their support and guidance.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

Anthony Martin's personal blog. Built with Rails.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published