add: communities list page
TODO(ui): implement community creation, community viewing, community posting TODO(ui): implement profile following, followers, and posts feed
This commit is contained in:
parent
5cfca49793
commit
d6fbfc3cd6
28 changed files with 497 additions and 313 deletions
2
crates/app/src/routes/api/v1/communities/mod.rs
Normal file
2
crates/app/src/routes/api/v1/communities/mod.rs
Normal file
|
@ -0,0 +1,2 @@
|
|||
pub mod communities;
|
||||
pub mod posts;
|
Loading…
Add table
Add a link
Reference in a new issue