Added route and SQL query to insert new tags into the database.
Fixes #8
Type of change
[x] New feature (non-breaking change which adds functionality)
[x] This change requires a documentation update
Testing Instructions
Please describe the tests required to verify your changes. Provide instructions so PR Tester can check functionality. Please also list any relevant details for your tests
Description
Added route and SQL query to insert new tags into the database.
Fixes #8
Type of change
Testing Instructions
Please describe the tests required to verify your changes. Provide instructions so PR Tester can check functionality. Please also list any relevant details for your tests
checkout to CLIENT branch as well go to: http://localhost:3000/tags/create
Type in the text field, then submit.
To see the new tag, from your .sql file run:
SELECT * FROM Tags;
Checklist: