UNPKG

bapig

Version:

Welcome to BAPIG, a powerful backend solution designed to streamline your development process. With over 40 built-in functionalities, BAPIG simplifies CRUD operations, facilitates authentication and encryption, handles communication tasks, and much more.

10 lines (9 loc) 398 B
import fileUpload from "express-fileupload"; export { router } from '../router'; export * as schema from '../schema'; export * as helpers from '../helpers'; export { print } from '../helpers/print'; export { controllers } from '../controllers'; export { useClustering } from '../server/cluster'; export { startServer, mongoose, io, server } from '../server/server'; export { fileUpload };