Giter Site home page Giter Site logo

private-events's Introduction

Private Events (Rails Associations)

We built a site similar to a private Eventbrite which allows users to create events and then manage user signups. Users can create events and sign to attendee an event. Events take place at a specific date and at a location.

A user can create events. A user can attend many events. An event can be attended by many users

The main goal is to demonstrate mastering in building Rails Associations

Features

If you're not an authenticated user

  • Create User
  • Log in

If you are an authenticated user

  • See the list of Events available divided by upcoming and previous events
  • See users attendance list
  • See the attendance list for a specific event
  • Register to attend an event

Built With

  • ruby '2.7.1'
  • 'rails', '~> 6.0.3', '>= 6.0.3.2'
  • 'sqlite3', '~> 1.4'

Getting Started

​To have a version on your local machine:

  • Clone this repository

  • Open a terminal on the containing folder of this project

  • Run 'bundle install' to install the dependencies

  • Set the database using the command 'bin/rake db:migrate'

  • Run the server using the command 'rails server'

  • Access http://localhost:3000/ in your browser

  • Use the links, forms and buttons to explore the features and create objects in our database

RSpec Testing

This repo contains files to test the validations and associations on models. You can run the following command on your terminal to run the tests.

  • rspec

or customize them changing the files inside the spec folder.

Authors

πŸ‘€ Marilena Roque

πŸ‘€ Emanuel GonzΓ‘lez

🀝 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

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

πŸ“ License

This project is MIT licensed.

private-events's People

Contributors

emasdev avatar marilenaroque avatar

Stargazers

Fernando Bahamondes avatar

Watchers

 avatar  avatar

Forkers

marilenaroque

private-events's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.