User Story
As a user, I want a description for each project
Description
We need a new attribute in our projects table, project description. This ticket is to add it to the schema and update the CRUD endpoints so the field can be added/edited
Acceptance Criteria
- Add it to the seed database
- Update the CRUD endpoints
- update tests