KodaRayTominus / MiniaturesForSale

This is a website for users to sign up and sell their custom painted miniatures, as well as share techniques, creations and Ideas.
Apache License 2.0
0 stars 0 forks source link

Add person class and unit tests #50

Closed KodaRayTominus closed 6 years ago

KodaRayTominus commented 6 years ago

Added person class, made 3 unit tests for constructors. Added PersonDB helper class, Added CRUD methods into PersonDB Helper class. Created PeopleController, Added Person to context, updated the database after making a migration. updated the views to use PersonDB helper class. closes #48