Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Submission of solution for the challenge #4

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

tedzchow
Copy link

  1. Create a database migration for a 'contacts' table with the following columns:
    • first_name | required
    • last_name | required
    • phone | optional
    • email | optional
  2. Create Model, Controller and the Routes for the CRUD project
  3. Build a simple interface with VueJS and TailwindCSS to:
    • list all the contacts
    • add new contact
    • edit an existing contact
    • delete a contact from the list
  4. Utilized Laravel's form requests to validate the incoming form data. In the validation rules, make the first_name and last_name fields required.
  5. Created a login system with 2 different roles (User|Admin). Grant permission to delete contacts only to Admin.
  6. Created an email notification to the Admin when a new contact is created
  7. Created a seeder to populate the contacts with 50 dummy contacts

@tedzchow
Copy link
Author

please take a look, @andrealune

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant