nss-day-cohort-46 / rare-server-groovy-goblins

rare-server-groovy-goblins created by GitHub Classroom
0 stars 2 forks source link

Feat: DR create a tag #58

Closed notdanross closed 3 years ago

notdanross commented 3 years ago

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

git fetch --all
git checkout dr-createATag

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: