Skip to content

mmiy55/tradys

 
 

Repository files navigation

🍣 Tradys 🎎

Enjoy traditions around the world.


Look for an experience through the searchbar, on the map or through the homepage list.

tradys_1

See the details of one specific experience and book it! tradys_2

Check your bookings status tradys_3

If you are hosting an experience, check the requests of bookings and accept/reject the pending ones tradys_4

App home: [https://tradys.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. For any APIs, see group Slack channel.

CLOUDINARY_URL=your_own_cloudinary_url_key
MAPBOX_API_KEY=your_own_mapbox_url_key

DB Setup

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

Run a server

rails s

Built With

Team Members

License

This project is licensed under the MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 68.8%
  • HTML 22.5%
  • SCSS 6.7%
  • JavaScript 1.9%
  • Shell 0.1%