Closed CheoR closed 3 years ago
User can crate new category labels.
Closes #6
Please delete options that are not relevant.
In server terminal
server
git fetch --all git checkout cr-create-category watchgod request_handler.main
git fetch --all
git checkout cr-create-category
watchgod request_handler.main
Run in rare.sql to view current categories,
rare.sql
SELECT * FROM Categories;
After user adds new category, run command above again to view category added to db.
Description
User can crate new category labels.
Closes #6
Type of change
Please delete options that are not relevant.
Testing Instructions
In
server
terminalgit fetch --all
git checkout cr-create-category
watchgod request_handler.main
Run in
rare.sql
to view current categories,After user adds new category, run command above again to view category added to db.
Checklist: