Skip to content

JulianThe0ne/city2table

 
 

Repository files navigation

City2Table

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.

Course-Index Course-Page Create-Course


App home: https://city2table.herokuapp.com/

Getting Started

Setup

Install gems

bundle install

Install JS packages

yarn install

ENV Variables

Create .env file

touch .env

Inside .env, set these variables.

CLOUDINARY_URL=your_own_cloudinary_url_key

DB Setup

rails db:create
rails db:migrate
rails db:seed

Run a server

rails s

Built With

Team Members

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 69.6%
  • HTML 21.8%
  • SCSS 7.1%
  • JavaScript 1.4%
  • Shell 0.1%