blairbasheng / quotes

MIT License
0 stars 1 forks source link

new quote submission #11

Open sahwho opened 10 months ago

sahwho commented 10 months ago

it would be nice if we could eventually add the functionality for someone to submit a new quote to our bbv2 web application.

This is the beginning of starter code (html form and express server code) to submit a new quote to bbv2. this code hasn't been tested. Once we get the server code for the overall GET operations on our bbv2 webapp, we can integrate this code into it.

source: https://node-postgres.com/features/queries source: https://docs.replit.com/tutorials/nodejs/build-crm-app-mongodb-nodejs

albgje commented 10 months ago
  1. Does the query need a semicolon at the end?
  2. Is this the time format you want? ("hh:mm:ss UTC-offset (time_zone)") image 2.b The csv uses "YYYY-MM-DD hh:mm:ss" image