IPLogger with dynamic routes created with discord.js using MEVN stack
First, config your webhook url in src/config.json
After that, config the proxy with your custom domain
Then, create a .env file with your mongodb uri
Finally:
# start on dev mode with nodemon and webpack
npm install
npm run dev
npm run webpack
# build for production with minification and start
npm setup
npm start