Skip to content

We implemented Active Record associations for a private events micro app.

License

Notifications You must be signed in to change notification settings

chubaquelo/Private-Events

Repository files navigation

Private Events

In this project we built an Events application with a very simple sign up functionality. You can sign up with just your name and then create events, and confirm assistance to them.

alt text

Built With

  • RUBY
  • RUBY ON RAILS
  • Rubocop as a linter
  • Rspec for Integration Testing
  • Bootstrap for UI

Live Demo

Getting Started

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

Prerequisites

You need the following software programs in order to get a local copy:

Instructions (Set Up)

To run this program, you need to have Ruby and Ruby on Rails installed in your computer.
Clone this repository in your computer

$  git clone https://github.com/chubaquelo/Private-Events

Access the cloned folder by typing:

$  cd Private-Events

Run Bundle install, to install the gems dependencies.

$  bundle install

Run Yarn install, to install yarn (js) dependencies.

$  yarn install

Run npm install, to install dependencies.

$  npm install

Run the following command to migrate the database:

$  rails db:migrate

Run rails server from the cloned repository folder. Type:

$  rails server

Once the server is running, open your browser and navigate to http://localhost:3000

Usage

  • You can view the project in your browser by running this command into your terminal rails server and then visiting localhost:3000 from your browser.
  • Try creating a new user, then creating a new event and confirming assistance on it.

Authors

👤 Ricardo Montenegro

👤 Sergio Obolevich

🤝 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

We implemented Active Record associations for a private events micro app.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published