Skip to content

Latest commit

 

History

History
114 lines (73 loc) · 2.23 KB

README.md

File metadata and controls

114 lines (73 loc) · 2.23 KB

Culture-Educate

App screenshot

About

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

Live Link

Culture-Educate

Built With

  • Ruby v3.1.3
  • Ruby on Rails v6.1.3
  • PostgreSQL
  • Bootstrap
  • Rspec
  • Capybara
  • Rubocop
  • VS Code
  • Heroku
  • Cloudinary

Getting Started

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

Prerequisites

  • Ruby: 3.1.3
  • Rails: 6.1.3
  • Postgres

Setup

Instal gems with:

  bundle

Instal yarn and webpacker with:

  yarn install
  rails webpacker:install

Setup database with:

   rails db:create
   rails db:migrate

Drive local host

Start server with:

    rails server

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

Run tests

  • Open terminal
  • Run tests rspec

Author

👤 Wandji Bertrand

🤝 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

MIT License