Skip to content

Commit

Permalink
Merge pull request #14 from A-Bahadory/week1/marcus
Browse files Browse the repository at this point in the history
Added --watch to servers package.json, added DB to route path /videos, added serverless-http and created error handling for /videos GET
  • Loading branch information
A-Bahadory authored Apr 24, 2024
2 parents 4ae7e03 + fff02c5 commit 8168d24
Show file tree
Hide file tree
Showing 6 changed files with 1,594 additions and 3,167 deletions.
2 changes: 0 additions & 2 deletions .env.example

This file was deleted.

2 changes: 0 additions & 2 deletions db/initdb.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
\c videorec;

DROP TABLE IF EXISTS videos CASCADE;

CREATE TABLE videos (title VARCHAR, src VARCHAR);
Expand Down
Loading

0 comments on commit 8168d24

Please sign in to comment.