UNPKG

rapidrestify

Version:

Create a robust Node.js backend REST API boilerplate integrated seamlessly with MongoDB. This package offers a comprehensive foundation for swiftly developing RESTful APIs. It includes a collection of pre-configured components, aiding in rapid setup and d

5 lines (4 loc) 179 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const www_1 = require("./www"); exports.default = { createServerFolders: www_1.createServerFolders };