Skip to content

ShadyShawkat/Blog-App

Repository files navigation

Blog App

Blog app shows the list of posts and users with the ability of adding comments and liking posts.

Built With

  • Ruby
  • Ruby on Rails

Getting Started

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

1- Click on the top right green code button.
2- On the dropdown menu, choose the download zip button.
3- After download, extract the zip file and you have the project running on your machine.
4- You can also clone the project using the git clone command.
5- Run the command bundle install to install all gems of the project.
6- To run the server use command rails s and to see it go to your browser and use this link http://127.0.0.1:3000/.

Databases setup

To create the databases, please follow these simple example steps:

1- Run the command rails db:create to create the databases. 2- Run the command rails db:migrate to create the neccessary tables and relations.

Tests

To run the tests, follow these simple steps:

1- Run bundle install to install all gems of the project.
2- Run bundle exec rspec to run all the tests.

Author

👤 Shady Shawkat

🤝 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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published