- Implemented features:
- Perform CRUD operations on Organizations, events and user.
- User Profile features
- Organization features
- Event features
- The search bar works, some examples to test it can be: search for "martin" or "ju" or "pepe" or "exam"
- Feedback with notice works
- Added support for file uploads
- Added interactivity to your web application
- Layouts improved using bootstrap, colors and distributions
- Admin and user session
- Mailbox
- Google authentication
- Terms of service and Policy
- Pending features:
- Improve voting for event date
-Commands to use before testing:
yarn install --check-files
bundle install
rails s
-- if the seeds are not loaded:
rake db:drop
rake db:migrate
rake db:seed
rails s