Commit Graph

6 Commits

Author SHA1 Message Date
shockrah
3623a8236f + Skeleton code for the /video-api
With this we can start work on the api code itself
which at this point should be fill in as we go
2021-09-27 21:02:25 -07:00
shockrah
8a3b85351e - serde_json from packages as its just redudant
Just 'serde' is all we need rightnow
2021-09-27 20:37:51 -07:00
shockrah
ae3dd475c1 + Json now a required part for web server
This is primarily for JSON based HTTP payloads which should make things
easier to deal with in the browser later
2021-09-27 15:50:31 -07:00
shockrah
7a1c0ec3ff * Dependencies now include dblib in web server 2021-09-27 14:49:43 -07:00
shockrah
847d7a487f + Adding web routes
+ Skeleton code for web page routes is almost done
! Might have to add some clever Javascript but we'll see
2021-09-27 11:55:38 -07:00
shockrah
a590a648c0 + Rocket 0.4 as main web server dep 2021-09-26 22:37:16 -07:00