Skip to content

faizzed/weird-salads

Repository files navigation

Weird Salads

Live site: https://salads.onrender.com/

How to setup locally?

  • 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
Screen.Recording.2024-01-28.at.12.02.24.pm.mov

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published