Enjoy traditions around the world.
Look for an experience through the searchbar, on the map or through the homepage list.
See the details of one specific experience and book it!
If you are hosting an experience, check the requests of bookings and accept/reject the pending ones
App home: [https://tradys.herokuapp.com]
Install gems
bundle install
Install JS packages
yarn install
Create .env
file
touch .env
Inside .env
, set these variables. For any APIs, see group Slack channel.
CLOUDINARY_URL=your_own_cloudinary_url_key
MAPBOX_API_KEY=your_own_mapbox_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
This project is licensed under the MIT License