Notion Public OAuth and CORS Proxy
You can also deploy it to Vercel:
vercel --prod
or just by connecting your Vercel app to git repository
You can run the server with node.js simply by running
node server.js
Also you can do it with pm2
pm2 start --name notion-oauth server.js