- Users can create categories and cultural article of their choice :
- create an article and give title, description and a photo about it and other users can vote for the article they like.
- Ruby v3.0.0
- Ruby on Rails v6.1.3
Deployment CamCulture Article
To get a local copy up and running follow these simple example steps.
Ruby: 3.0.0 Rails: 6.1.3 Postgres: >=9.5
Instal gems with:
bundle install
rails webpacker:install
Setup database with:
rails db:create
rails db:migrate
- 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
To use THIS project :
- Have ruby installed in your computer
- [Download]https://github.com/CollinsTatang/RailsCapstone.git) or clone this repo:
- Clone with SSH:
git@github.com:CollinsTatang/RailsCapstone.git
- Clone with HTTPS
https://github.com/CollinsTatang/RailsCapstone.git
cd
intoCamCulture
Start server with:
rails server
Open http://localhost:3000/
in your browser.
rspec --format documentation
- 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
👤 Makungong Collins Tatang
- GitHub: @CollinsTatang
- Twitter: @CollinsTatang1
- LinkedIn: makungong-collins
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
TBA
TBA
- ...