p>RAILS JS EVENT APP - Rails JS Portfolio Project for Flatiron School
The app allows a registered User to plan and create an event, edit and delete them, as well as see other planners's Event. A User can also rsvp to others event as Participant . Event Participant's can cancel rsvp . As Reviewer a User can rate and comment on an event and also edit and delete review on event they rsvp on .
This is an Extension of My Rails Project with JS FrontEnd and Rails API
Application / Version Information
* Ruby version - 2.6.1
* Rails version - 5.2.3
* Database - postgres
* Framework - Ruby on Rails
* Hosted on Heroku
Deployment Instructions
Make sure you have Rails and Git installed on your machine
-
git clone the repo to your local machine
git clone https://github.com/bojosteph/rails-js-project.git
-
Run
bundle install
to install gems -
Run
rake db:create
to create the database using pg -
Run
rake db:migrate
to create migration -
Run
rake db:seed
to seed the database -
On root path you can run
rails s
to begin server -
Open browser to
localhost:3000
to view application
LICENSE:
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.
LICENSE.md