Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 1.32 KB

File metadata and controls

47 lines (37 loc) · 1.32 KB

Pangaeaclub App

Introduction

The Pangaea Application is a website application which helps the user to look or search for trips and users can book any trip or make a new private trip, also users can see all the details of any trip for example the prices, dates, locations, guides and more. The Admin (Owner) can view all users and view which trip they booked, also the admin (Owner) can add guides to the application or add a new trip with assigning what guide will lead the trip.

Setup

Create database

Rails db:create

Do migration

Rails db:migrate

Run the server

Rails s

Entity Relation Diagram (ERD)

ERB

You can try the demo here

Technologies

Front-end

  • HTML
  • CSS
  • SASS
  • JAVASCRIPT
  • JQUERY
  • BOOTSTRAP
  • Glidejs

Back-end

  • RUBY
  • RUBY ON RAILS
  • Devise
  • POSTGRES
  • Some gem libraries
    • toastr-rails
    • devise-i18n And I made a i18n for Arabic as open source arabic-i19n (for devise v4) by @samidahlawi
    • cloudinary
    • image_processing
    • will_paginate
    • rails_admin