/j24-RailsAdv-EventBrite-Devise

Creating a Rails App like Event Brite with the gem Devise, the stripe payment, deployed on Heroku

Primary LanguageRuby

Ruby on Rails / Advanced exercice / Heroku deployment

Objective :

  1. Redo the EventBrite site using the gem Devise for logins (enable to manage cookies and logs easily)
  2. Add a stripe payment method while participating an event

Description :

Event Brite is a website where you can create and participate events

Heroku application : https://radiant-sea-84935.herokuapp.com/

Follow me on Github : https://github.com/kevinmainaud


Additionals notes

When you cloned the repository, please do :

$bundle install & bundle update

Versions used : Ruby Version : 2.3.4 Rails Version : 5.2.0

How to see the application ?

When you are on the folder, you can go to the local server by doing :

$rails s

After that, go to your browser and type :

$http://localhost:3000/


Made with :

Our great THP team A chicken salad, a Starbucks opened during holiday days, a lot of coffees


Apps & More :

Visual Studio Code GitHub Heroku For further infos about Rails : Guide http://guides.rubyonrails.org/getting_started.html

Forms http://guides.rubyonrails.org/form_helpers.html

From KM with love