write-ups-challenges-2021-2022/moderated/README.md

17 lines
514 B
Markdown
Raw Normal View History

2021-12-02 23:33:26 +00:00
# Moderated
## Text
I found this new social network, but every post requires moderation. Luckily the moderator regularly checks the new posts, but I guess my posts are too extreme to get accepted... Can you get access to the moderator account to approve my posts?
## Files
None
## How to deploy
Simply install node dependencies and run `app.js`.
Also **IMPORTANT** change the URL in `moderator.js` to
the correct URL (the one on which the app is deployed),
I was too lazy to put it into a env variable...