Skip to content

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

saimaAnis21/private-events

Repository files navigation

Private Events Website

A private events website where members create events. The events are visible to everyone. Members can also go to their personal pages to view the events they have attended and are going to attend.

Built With

Ruby

  • Ruby on Rails
  • VS Code
  • sqlLite
  • Rubocop
  • Gems (Date, Hirb)

Getting Started

Getting Started on local repo

To get a local copy up and running follow these simple example steps.

Install

In order to run, you need to install RUBY and Rails in your computer. For windows you can go to Ruby installer and for MAC and LINUX you can go to Ruby official site for intructions on how to intall it.

Clone this project by typing git clone git@github.com:saimaAnis21/private-events.git

Run app

  • Type bundle install in the root file of the project.
  • Install yarn by typing gem install yarn.
  • Type rails db:migrate in the root file of the project.
  • Type rails s in the root file of the project.
  • Goto local host
  • You can go to rails console by typing rails console and create a user by using Active Record commands and methods.
  • While in the rails console, use Hirb.enable to run your SQL queries and view the returned data in tabular format.

Authors

👤 Necmi

👤 Saima

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

📝 License

Copyright 2020 Saima Anis

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

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