Skip to content

This is a Ruby on Rails application for creating events. In this application, users can invite people to an event, and they can accept or decline the invite.

Notifications You must be signed in to change notification settings

peterrobert/private-events

 
 

Repository files navigation

Ruby on Rails - Associations - Project: Private Events!!

This project is part of the Microverse Full-Stack development program through The Odin Project. It's an implementation of a simple Ruby on Rails project,that allow users to create Events and invite other users to events. We made this project to test and learn about active model relations.

Built With

  • Ruby 2.5.5
  • Ruby on rails 6.0.0
  • VS Code
  • SQLite database

How to Install

  • Install Ruby in your system. To install Ruby, you can read the Documentation

  • Install rails to do that run this command in your console

    gem install rails
    
    
  • Then For Windows users, open Command Prompt and run:

    C:\>cd Private-Events folder
    C:\cd Private-Events folder> run rails server
  • Open another terminal or Command line and run:

      $ rails db:migrate
      
    
  • For Linux and Mac users, open a Terminal and run:

    $ cd Private-Events folder
    $ run rails server
    
  • Navigate to your browser and run

    localhost:3000
    
    

Authors Hireable

👤 Peter Robert

👤 Ivan Diaz

🤝 Contributing

Contributions, issues and feature requests are welcome!. Feel free to check the issues page.

Show your support

About

This is a Ruby on Rails application for creating events. In this application, users can invite people to an event, and they can accept or decline the invite.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 70.0%
  • HTML 20.6%
  • JavaScript 5.2%
  • CSS 3.5%
  • SCSS 0.7%