Skip to content

ICC4103-202010-WebTech/course-project-jmiturralde-mmoreno6

Repository files navigation

App deployed:

https://eventsapps.herokuapp.com/


Martin Moreno - Jose Miguel Iturralde

Download API Postman Collection

Course Project Part 4

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:

  1. Login with the newly created admin account (email: [email protected])
  2. Go to Admin > Users
  3. Go to Edit any user
  4. Change the password field and click Update User
  5. 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

About

course-project-jmiturralde-mmoreno6 created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published