daviidy / private-events

0 stars 1 forks source link

Feature branch to Development branch #2

Closed daviidy closed 3 years ago

daviidy commented 3 years ago

We had to build a site similar to a private Eventbrite which allows users to create events and then manage user signups. Users can create events and send invitations and parties (sound familiar?). Events take place at a specific date and at a location (which you can just store as a string, like “Andy’s House”).

A user can create events. A user can attend many events. An event can be attended by many users. Users have to be authenticated before creating an event. We added validations and associations tests for User, Event, and Attendance models. We added also integration tests for authentication and event creation