Skip to content

The app is about articles, with a common topic (in this case fishing), organized by category. Registered users are able to create articles and vote for others. The home page shows the most voted article and 4 categories organized by priority from left to right, inside each category you can see the most recent article.

Notifications You must be signed in to change notification settings

AlanSoto31/fishing-articles-capstone

Repository files navigation

Logo

Fishing Articles

Made by Alan Soto
The app is about articles, with a common topic (in this case fishing), organized by category. Registered users are able to create articles and vote for others. The home page shows the most voted article and 4 categories organized by priority from left to right, inside each category you can see the most recent article.

screenshot


‎ ‎ ‎ ‎


Table of Contents

Live Demo

Live version

Built With

  • Ruby v2.7.0
  • Ruby on Rails v5.2.4
  • Bootstrap
  • Linters
  • VS Code

Getting Started

Get a local copy, type on console...

 $ cd <'the location yo want to save the project'>
 $ git clone [email protected]:AlanSoto31/fishing-articles-capstone.git

Prerequisites

  • Ruby: 2.6.3
  • Rails: 5.2.3
  • Postgres: >=9.5

Setup

  1. Go inside the project folder: cd fishing-articles-capstone.
  2. Install dependencies: bundle install.
  3. Migrate the database: rails db:migrate.
  4. Start the application: rails s
  5. Open http://localhost:3000/ in the browser of your preference.
  6. Stop the application: ctrl + c

Testing

  1. Go inside the project folder: cd fishing-articles-capstone.
  2. Run in your console rspec spec/features/<"file's name to run">

Author

👤 Alan Soto

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

📝 License

This project is MIT licensed.

About

The app is about articles, with a common topic (in this case fishing), organized by category. Registered users are able to create articles and vote for others. The home page shows the most voted article and 4 categories organized by priority from left to right, inside each category you can see the most recent article.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published