# fib-app **Repository Path**: fibjs/fib-app ## Basic Information - **Project Name**: fib-app - **Description**: fibjs-based application resources(RESTful API, SSR, Other resources) management framework - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-19 - **Last Updated**: 2025-09-11 ## Categories & Tags **Categories**: javascript-toolkits **Tags**: None ## README # fib-app [![NPM version](https://img.shields.io/npm/v/fib-app.svg)](https://www.npmjs.org/package/fib-app) [![Build Status][actions-image]][actions-url] [actions-image]: https://github.com/fibjs/fib-app/actions/workflows/run-ci.yml/badge.svg [actions-url]: https://github.com/fibjs/fib-app/actions/workflows/run-ci.yml fibjs-based application resources(RESTful API, SSR, Other resources) management framework ## Pre-requisites - fibjs >= 0.21.0 ## Documentation Learn About fib-app in [Document Site] [Document Site]:https://fibjs.github.io/fib-app/ ## Install ```sh npm install fib-app [--save] ``` ## Contribution ### Test ```sh npm i # test sqlite npm test-sqlite # test mysql npm test-mysql ```