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

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

feat: user can post new category label. #59

Closed CheoR closed 3 years ago

CheoR commented 3 years ago

Description

User can crate new category labels.

Closes #6

Type of change

Please delete options that are not relevant.

Testing Instructions

In server terminal

git fetch --all git checkout cr-create-category watchgod request_handler.main

Run in rare.sql to view current categories,

SELECT * FROM Categories;

After user adds new category, run command above again to view category added to db.

Checklist: