Ol-create / blog-app-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog App

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

Getting Started

To get a local copy of the project, follow these steps:

  1. Open the terminal and navigate to the folder where you would like to put these files.
  2. Type the following commands into the terminal:
git clone https://github.com/jsug9/blog-app
cd blog-app

Check the ruby version being used and install it if it is not the same with that of the local machine Set up database direct them to the config/database.yml file

bundle install
'npm install' or 'yarn install'
rails db:create
rails db:migrate
rails 'db:seed' if there is data in the seed
'rails s' to start the server locally

To execute the tests, run the following command in your terminal:

rspec

Author

πŸ‘€ Augusto Galindo

Collaborators

πŸ‘€ Emily Robertson

🀝 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

  • Thanks to my peers who are always there to offer support.

πŸ“ License

This project is MIT licensed.

About


Languages

Language:Ruby 77.4%Language:HTML 18.6%Language:CSS 2.7%Language:JavaScript 1.2%