freechat/json-api
shockrah f1b1581588 + db::neighbors::get and db::neighbors::update
It should be noted at this point we're considering url's as the "primary key"
even though its kinda weird to use them that way.
Even though a varchar primary key doesn't really scale well I'm considering it
fine for now as the neighbors table is controlled by admins(by hand) and hopefully
won't need to scale.
2021-05-11 13:45:41 -07:00
..
.vscode Updated target for debugger 2021-03-07 17:46:17 -08:00
client-tests + More tests for the /neighbor/add and /neighbor/list routes 2021-05-09 23:11:51 -07:00
db + db::neighbors::get and db::neighbors::update 2021-05-11 13:45:41 -07:00
migrations + Jwt tables - SEE NOTE 2021-05-08 01:29:44 -07:00
scripts Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
src + Better formatting in hyper compact code 2021-05-09 23:16:43 -07:00
.env - Removing dotenv from required dependancies 2021-05-05 15:50:39 -07:00
.gitignore Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
Cargo.lock + Exposing serde_json to db-lib lyaer 2021-05-06 13:29:32 -07:00
Cargo.toml - Removing dotenv from required dependancies 2021-05-05 15:50:39 -07:00
config.json * Changin public_url & public_ws_url to shorter url & wsurl respectively 2021-05-09 23:08:55 -07:00
Makefile * Changin public_url & public_ws_url to shorter url & wsurl respectively 2021-05-09 23:08:55 -07:00
run-client.sh * Fixing busted invite test in api client tester 2021-04-27 13:27:39 -07:00