City2Table is a unique app that connects food lovers with talented local chefs in their city. With just a few taps, users can browse and book courses made by chefs who will come to their home and cook a delicious meal. As a user, you can choose from a variety of cuisines and dietary preferences, and even customize the menu with the chef. And if you're a chef, you can easily create and list your courses, setting your own prices and availability. City2Table is the perfect way to discover new flavors, support local businesses, and enjoy a one-of-a-kind culinary experience in the comfort of your own home.
App home: https://city2table.herokuapp.com/
Install gems
bundle install
Install JS packages
yarn install
Create .env
file
touch .env
Inside .env
, set these variables.
CLOUDINARY_URL=your_own_cloudinary_url_key
rails db:create
rails db:migrate
rails db:seed
rails s
- Rails 7 - Backend / Front-end
- Stimulus JS - Front-end JS
- Heroku - Deployment
- PostgreSQL - Database
- Bootstrap — Styling
- Figma — Prototyping