Skip to content

This project is about cloning the functionality of eventbrite site using rails, where A user can create events. A user can attend many events. An event can be attended by many users

Notifications You must be signed in to change notification settings

dipbazz/private_events

Repository files navigation

Private Events

In this project we created a private events web application where;

  • A user can create an event

  • A user can attend many events

  • An event can be attended by many users.

screenshot

Built with

  • Ruby on Rails
  • Bootsrap
  • Rubocop
  • VsCode

Getting started

To get started, you should first get this file in your local machine by cloning or forking this project or typing in your terminal

git clone https://github.com/dipbazz/private_events.git

Prerequisites

Before you start using the applicatiob, you need to be sure that you have Ruby installed on your computer, by typing.

ruby -v

You should see your version ofruby.

If it's not installed in your system, follow this guide and it will help you to get it done.

Then you can install rails using this command,

gem install rails

And you can also check your rails version by typing in your terminal

rails -v

After that do bundle install to install all required gems and dependences

bundle install

Database migration

rails db:migrate

Open the rails Server in your terminal

rails s

Go to localhost:3000 in your browser

You can then log in and start creating and attending events 😊

Authors:

Pascal Byabasaija

Dipesh Bajgain

Acknowledment

Odin Project

Contributions

Contributions, issues and requests are welcome 🎉

Show support

Give a star ⭐ if you like the project

About

This project is about cloning the functionality of eventbrite site using rails, where A user can create events. A user can attend many events. An event can be attended by many users

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published