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

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

Dr cleanup #71

Closed notdanross closed 3 years ago

notdanross commented 3 years ago

Description

Deleted old comments and placeholder code.

Fixed a bug where posts were not displaying because of SQL query and DATETIME

Fixes #70

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 <branch-name> npm start

In another tab, cd into api and run

json-server -p 8088 -w database.json

Checklist: