Skip to content

Ruby on rails application that implements a EventBrite clone

Notifications You must be signed in to change notification settings

yaairfernando/private_events

Repository files navigation

Contributors Forks Stargazers Issues LinkedIn LinkedIn Hireable


Private Events Application.

Ruby on Rails project that implements a clone of Event Brite
Explore the docs »

View demo · Report bug · Request feature

Table of Contents

About The Project

Screenshot Image Screenshot Image Screenshot Image Screenshot Image

Built With

The project was developed using the following technologies:

Required Installations

Prerequisites

This project runs on Ruby and Ruby on Rails

Installing

Install the following to get this project running in your machine:

  • Ruby
  • Ruby on Rails

After installation run ruby -v to make sure Ruby installed correctly. Example:

$ ruby -v
ruby 2.6.4p104 (2019-08-28 revision 67798) [x86_64-linux]

Also make sure that Rails is installed, but running rails -v. Example:

$ rails -v
Rails 6.0.2.1

Instructions

Follow these steps:

Clone the Repository

user@pc:~$ git clone https://github.com/YairFernando67/private_events

On the console go to the folder that was created

user@pc:~$ cd private_events
user@pc:~/private_events$ bundle install --without production

Then migrate the database:

user@pc:~/private_events$ rails db:migrate

Run this command if you encountered a problem running rails db:migrate

user@pc:~/private_events$ bundle exec rails db:migrate

To run the rspec tests run

user@pc:~/private_events$ rspec spec

Finally run the server

user@pc:~/private_events$ rails s

Open your browser on http://localhost:3000

Contact

👤 Yair Fernando Facio

Screenshot Image

👤 Jaak Kivinukk

Screenshot Image

Project Link: https://github.com/YairFernando67/private_events

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

About

Ruby on rails application that implements a EventBrite clone

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages