Skip to content

This is a site Similar eventbrite with a demonstration of associations in Rails. Users are able to create events and add people to these events

Notifications You must be signed in to change notification settings

Emmanuelaaron/private-events

Repository files navigation

Private Events

This project is a demonstration of Associations in ruby on rails.

Built With

  • Ruby 2.7.0
  • Rails 6.0.3

How to use Private Events

  1. Make sure you have ruby and rails installed Type ruby --version and rails --version see if you get the version number. If you don't have ruby installed use this link to know how to install it.
  2. Navigate to the folder and type bundle install on the terminal then press enter to install dependencies
  3. Run rails db:migrate to create your database schema
  4. Type rails c to open the console and experiment with models
  5. Press ctrl d to leave the console

How to install using Command line

1. Click on the install or download button under the repository name and grab the url
by clicking on the clipboard icon
2.open your terminal

3.Navigate to the location in your computer where you want the repo to be cloned

4. Type git clone  and paste the url you copied on step one.

    $ git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY

5. Press Enter. Your local clone will be created.

            $ git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY
            > Cloning into `Spoon-Knife`...
            > remote: Counting objects: 10, done.
            > remote: Compressing objects: 100% (8/8), done.
            > remove: Total 10 (delta 1), reused 10 (delta 1)
            > Unpacking objects: 100% (10/10), done.

Authors

👤 Author

👤 Author

🤝 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!

Acknowledgments

📝 License

This project is MIT licensed.

About

This is a site Similar eventbrite with a demonstration of associations in Rails. Users are able to create events and add people to these events

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published