Culture-Educate is a rails App built on the basis of Ruby on Rails Evaluation in Microverse school for remote developers. When signed_in on Culture-Educate, the user can see all created articles classified by categories. Also, the signed_in user can create an article, upvote, and downvote a voted article
- Ruby v3.1.3
- Ruby on Rails v6.1.3
- PostgreSQL
- Bootstrap
- Rspec
- Capybara
- Rubocop
- VS Code
- Heroku
- Cloudinary
To get a local copy up and running follow these simple example steps:
- Fork this project
- Open your terminal
- Clone this project
git clone https://github.com/wandji20/Culture-Educate.git
- Go to the project folder
cd Culture-Educate
- Ruby: 3.1.3
- Rails: 6.1.3
- Postgres
Instal gems with:
bundle
Instal yarn and webpacker with:
yarn install
rails webpacker:install
Setup database with:
rails db:create
rails db:migrate
Start server with:
rails server
Open http://localhost:3000/
in your browser.
- Open terminal
- Run tests
rspec
👤 Wandji Bertrand
- Github: @wandji20
- Twitter: @wandjibertrand
- Linkedin: Linkedin
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse
- Nelson Sakwa