freechat/server-api
2020-11-02 00:12:16 -08:00
..
client-tests new test for deleting channels 2020-10-28 22:31:52 -07:00
db Removal of unused code or things that were trivial to switch to the library like db types 2020-11-02 00:11:15 -08:00
migrations removing unique restriction from channel name (for now i hope) 2020-11-02 00:11:43 -08:00
scripts renamed server/ to api/ since this is really only the api portion of the typical fc server 2020-08-22 15:52:37 -07:00
src new delete_channel endpoint handler 2020-11-02 00:12:16 -08:00
.env renamed server/ to api/ since this is really only the api portion of the typical fc server 2020-08-22 15:52:37 -07:00
.gitignore new build + test scripst for ci/cd pipelines 2020-10-21 19:36:47 -07:00
build.sh build.sh now shows server output in stdout 2020-10-21 22:32:43 -07:00
Cargo.lock Using async_trait crate to let us create asynchronous trait functions 2020-09-02 19:12:05 -07:00
Cargo.toml updated cargo deps to include the soon coming db interface 2020-08-29 22:09:33 -07:00