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.
- Live Demo
- Built With
- 🖥️ Getting Started
- Testing
- 👥 Author
- 🤝 Contributing
- ⭐ Show your support
- Acknowledgments
- Ruby v2.7.0
- Ruby on Rails v5.2.4
- Bootstrap
- Linters
- VS Code
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
- Ruby: 2.6.3
- Rails: 5.2.3
- Postgres: >=9.5
- Go inside the project folder:
cd fishing-articles-capstone
. - Install dependencies:
bundle install
. - Migrate the database:
rails db:migrate
. - Start the application:
rails s
- Open
http://localhost:3000/
in the browser of your preference. - Stop the application:
ctrl + c
- Go inside the project folder:
cd fishing-articles-capstone
. - Run in your console
rspec spec/features/<"file's name to run">
👤 Alan Soto
- GitHub: @AlanSoto31
- Twitter: @Alan95081574
- LinkedIn: Alan Soto
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Nelson Sakwa original design.
This project is MIT licensed.