/BlogValley

Primary LanguageRubyMIT LicenseMIT

BlogValley

A lot of users can
  • Register and Log in to the Blog Valley account
  • Post their Blogs
  • Like any blog in the valley
  • Comment on the blog in the valley
  • View the profile of the users
  • View the blogs a certain user has posted
  • and many more

Built With

  • Languages: Ruby
  • Frameworks: Rails

Getting started

To get a local copy of this exercice, Please follow these simple example steps.

1. Clone this repository or download the Zip folder:"

$ git clone https://github.com/rex-9/BlogValley.git

2. Navigate to the location of the folder in your machine:

you@your-Pc-name:~$ cd <BlogValley>

3. Install the gems:

bundle install

4. Migrate the databases:

rails db:migrate

5. Seed the dummy data:

rails db:seed

6. Run the server:

rails s

Author

👤 Rex

🤝 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

This project is MIT licensed.