Enbla web application enables you to post recipe articles for the world. And also, you can explore foods and drinks from the world by reading articles created by the Enbla community.
- Ruby v2.7.0
- Ruby on Rails v5.2.4
- Create an Article
- Explore articles by categories
- Vote article
- View total votes off each article
To get a local copy up and running follow these simple example steps.
Ruby: 2.6.3 Rails: 5.2.3 Postgres: >=9.5
git clone https://github.com/abredi/enbela.git
Install gems with:
bundle install
Install dependency packages:
If you don't have Yarn in your computer please install it before tying to install dependencies.
yarn install --check-files
Setup database with:
rails db:create
rails db:migrate
rails db:seed
Start server with:
rails server
Open http://localhost:3000/ in your browser.
rake db:seed
rpsec
👤 Abdulaziz Ali
- Github: @abredi
- Twitter: @rediabdulaziz
- Linkedin: linkedin
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!