Skip to content

NarcisseObadiah/event

Repository files navigation

EventLove - Eventbrite clone

This is a website clone of eventbrite built with Ruby on Rails.

Live demo https://eventlove.herokuapp.com

Application

Envent online

Installation

  • Pre-install bundle et gem dependencies.

    $ bundle install
    $ bundle update
    
  • Configuration de data base.

    We use the postgres as the database. To run this project with your local postgres, you need have or create an user for the postgres database.

    username: postgres password: postgres

    If you don't want to configure this user on your computer. You just need to replace your username/password in the config / database.yml file

    development:
    <<: *default
    database: bairbnb_development
    host: localhost
    username: <<your-user-name>>
    password: <<your-password>>
  • Run the database on your computer

    $ rails db:create #ou rails db:create:all #ou rake db:create:all
    $ rails db:migrate
    $ rails db:seed

Contributeurs

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •