MVP for a basic food blog web application.
Important: This is not a responsive webpage so it might break on screens smaller than tablet size screen.
To get a local copy up and running, please follow these steps:
For this project, the following environment should be previously installed on your machine:
git clone [email protected]:omar-labana/food-blog.git
cd food-blog
bundle install
yarn
rails db:create
rails db:migrate
rails db:seed
In orderto compile Tailwind CSS assets after you install it with yarn follow this guide or on a different terminal run
bin/webpack-dev-server
When cloning the project please seed the database so you can have some written articles and votes. Categories wont be present unless you have seeded the database.
rails s
rspec
Note: you need chrome for UI testing
š¤ Omar Labana
Contributions, issues, and feature requests are welcome!
Give a āļø if you like this project!
This project is MIT licensed.