- HTTP API:
http://localhost:7000 - Socket.io:
http://localhost:7001
Note
Documentation is in our Discord server. Go check it out!
- User registration and authentication
- Home feed with pagination
- Post creation, editing, deletion
- Post liking system
- User profiles (view and edit)
- Inbox messaging system
- Guilds/Bubbles (create, join, leave, delete)
- Guild channels (create, edit, delete)
- Guild messaging
- Real-time updates via Websockets
- Guild member listing with usernames
- Commenting on posts
- Replying to posts
- Settings management
- Admin/moderator features
- User roles and permissions
- Clone this repo and
cdinto the folder - Ensure you have Deno installed
- install required packages with
deno task install - Run
deno task startto start the server - Run
deno test.js --allow-all --env-file [-- <args>]and the program will automatically test endpoints and report errors for you
