https://eventsapps.herokuapp.com/
Download API Postman Collection
The fake data will create model records of: users, profile pages, mail box, events, organizations, comments, comments replies, events invitations and organization invitations.
Run the following commands to launch the application:
yarn install --check-files
bundle install
rake db:migrate
rake db:populate_fake_data
rake admin:create_admin_user # This will let you set the password of the
admin user of the application, email: [email protected]
To login with a regular user:
- Login with the newly created admin account (email: [email protected])
- Go to Admin > Users
- Go to Edit any user
- Change the password field and click Update User
- Now you can login with the mail and password of this account
- Report events: a event will be automatically deleted if it has been reported twice