Live site: https://salads.onrender.com/
-
Clone the repo
git clone git@github.com:faizzed/weird-salads.git
-
Go to project directory & run the app
cd weird-salads && ./run.sh
OR follow the following steps individually
-
Install rails dependencies
bundle install
-
Install yarn dependencies
yarn
-
Create database, migrations and seeds
rails db:create rails db:migrate rails db:seed
-
create the react js bundle
./bin/shakapacker
-
run the rails server from project directory
rails s -p 3002
Tech:
- Ruby and rails backend
- React frontend
- Tailwind & preline lib are used in components
- Mysql