AKeeganDev / blog_app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog_app

In this project we will be using Ruby on Rails to implement a blog website using full-stack technologies.

Setup

  1. Go to your terminal and navigate to where you store project repositories
  2. Run the command $git clone git@github.com:AKeeganDev/blog_app.git

Run

  1. Navigate to the source folder in your terminal
  2. Open in your editor of choice
  3. run bundle install
  4. run rails db:create, rails db:migrate
  5. run rails s to start the server and create an account
  6. After creating an account you will receive a notice in your terminal with a link to confirm the email. ctrl+click the confirmation link and you will be authenticated and can log in
  7. Play around with the app and have fun!

Testing

run the following after cloning the repository

  • rspec
  • Some tests have become obselete due to development. Bear with me as I update this project (not currently in development right now)

Authors

👤 Aaron Keegan

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Microverse for their RUBY modules which made this a great project for practicing my knowledge of the Ruby basics

📝 License

This project is MIT licensed.

About


Languages

Language:Ruby 78.4%Language:HTML 17.9%Language:SCSS 1.4%Language:JavaScript 1.3%Language:CSS 0.9%Language:Shell 0.1%