Nagging is a personal space for your shattered thoughts. May better than Weibo or Twitter.

Note: This is backend code repo for Project Nagging. The frontend code repo is here, and you need to deploy both of them to use Nagging.
Nagging is or can be:
Nagging is not:
users, sessions and naggings.Install with Node.js v12 and above:
git clone https://github.com/Astrian/Nagging-backend
cd Nagging-backend
npm i
Set environment variables:
NG_CORSDOMAIN: Your fontend domain, warp in JSON array.NG_DBAUTH: MongoDB username and password.NG_DBENDPOINT: MondoDB access endpoint.NG_DBNAME: The name of the database you just created.Like this:
export NG_CORSDOMAIN=["https://my-own-naggings.com"]
export NG_DBAUTH=nagging:passwordishere
export NG_DBENDPOINT=cluster7.e8kw9.mongodb.net/?retryWrites=true&w=majority
export NG_DBNAME=nagging
Also, you can try deploy directly in Heroku. If you try so, don't forget add environment variables (“config vars” in Heroku) manually!
Install with Node.js v12 and above:
git clone https://github.com/Astrian/Nagging-frontend
cd Nagging-frontend
npm i
Set environment variables:
REACT_APP_GQLSERVER: Your backend endpoint address, usually is your backend domain e.g. https://api.my-own-naggings.comREACT_APP_DOMAIN: Your front end domain with https://Then, run npm build, and you can put the folder build to your static server. Remeber to set that all the route will return index.html because it is a single page application!
Also, you also can deploy it directly to Netlify with Serverside Rendering. You can switch it on in Site settings - Build & deploy - Post processing - Prerendering.
https://my-own-naggings.com/createaccount
Once you created your account, you can try post your first nagging! The nagging composer is right on homepage.
$ claude mcp add Nagging-backend \
-- python -m otcore.mcp_server <graph>