day-cohort-70 / shepherds-pie-stormy-monday

shepherds-pie-stormy-monday created by GitHub Classroom
0 stars 0 forks source link

finished database #24

Closed oliverkennelly closed 5 months ago

oliverkennelly commented 5 months ago

Populated the database with orders, employees, ect.

Note on the timestamp, it is a UNIX timestamp and using

new Date(order.timestamp).toLocaleDateString()

should get you a formatted date in the code. I'll have to look up how to generate these to begin with, seeing as I used a site for generating these. Timestamps are funky