Skip to content

This is my Capstone project on Rails module: it's a Lifestyle article is an App where User can create football article and give title, description and add photo and other users can vote for the football article they like football.

License

Notifications You must be signed in to change notification settings

billodiallo/billodiallo-lifestyle_articles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CAPSTONE PROJECT MICROVERSE TRAINING

This project is the Capstone of the Microverse curriculum at the end of the Ruby on Rails module!

  • Users can create categories and football game of their choice :
  • create football article and give title, description and a photo about it and other users can vote for the football article they like.

Built With

  • Ruby v3.0.0
  • Ruby on Rails v6.1.3

Sreenshot

singup2 loginnew

Rspec test

capi cp3

footer home !

category

footer home !

Live Demo

Deployment Lifestyle Article

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

Ruby: 3.0.0 Rails: 6.1.3 Postgres: >=9.5

Setup

Install gems with:

bundle install
rails webpacker:install

Setup database with:

   rails db:create
   rails db:migrate

Set up Cloudinary

  • Create a file name: cloudinary.yml
  • add the settings with multiple environnements(development,production,test)
  • inside cloudinary.yml copy those parameters in the file
  • path: /docs/cloudinary_info
  • Stop/start the server

Github Actions

Usage

To use THIS project :

  • Clone with HTTPS
      https://billodiallo/lifestyle_articles.git
    
  • cd into lifestyle_articles

Start server with:

    rails server

Open http://localhost:3000/ in your browser.

Run tests

    rspec --format documentation

Deployment on heroku

  • create account on heroku on your terminal:
  • heroku login
  • heroku create
  • check your remote link and push for deployment : git config --list | grep heroku git push heroku main or master
  • migrate your database heroku run rails db:migrate
  • heroku open

Authors

👤 Billo Dallio

🤝 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

TBA

📝 License

TBA

  • ...

About

This is my Capstone project on Rails module: it's a Lifestyle article is an App where User can create football article and give title, description and add photo and other users can vote for the football article they like football.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published