- HTTP API:
http://localhost:7000 - WebSocket:
http://localhost:7001
Note
Documentation is in DOCS.md. If you have any questions, stop by our Discord server!
- Commenting on posts
- Replying to posts
- Admin/moderator features
- Uploads and emojis
- Compilation process for binary artifacts of the server
- Clone this repo and
cdinto the folder - Ensure you have Deno installed
- install required packages with
deno task install - Set required (and optional) values in your .env file
- Run
deno task startto start the server
OPTIONAL: Run deno test.js --allow-all --env-file [-- <args>] and the program will automatically test endpoints and report errors for you
