URLShortner 一个自托管的URL缩写,包括JSON数据库和REST Api。 安装 克隆存储库并将目录更改到其中: git clone https://github.com/mehtaarn000/URLShortnerExample.git cd URLShortnerExample 然后,安装依赖项: npm install 用法 运行node index.js或npm run start启动服务器,并在您的Web浏览器中转到 。 输入一个URL,服务器将返回一个随机选择的ID和URL给您。 转到指定的网址,瞧! 您将被重定向到该网站。 API使用 对服务器运行带有cu