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.
- Ruby on Rails
- VS Code
- sqlLite
- Rubocop
- Gems (Date, Hirb)
To get a local copy up and running follow these simple example steps.
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
- 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.
👤 Necmi
- GitHub: @necmigunduz
- Twitter: @necm_gun
- LinkedIn: LinkedIn
👤 Saima
- GitHub: @saimaAnis21
- Twitter: @SheTALKS
- LinkedIn: Saima Anis
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
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.